{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 472304,
      "executingTimeMillis" : 472304,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 3,
      "waitingTimeMillis" : 3
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 656,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
            "branch" : [
              {
                "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
            "branch" : [
              {
                "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
            "branch" : [
              {
                "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
            "branch" : [
              {
                "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 253,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
        "branch" : [
          {
            "SHA1" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#656",
  "duration" : 472304,
  "estimatedDuration" : 472223,
  "executor" : null,
  "fullDisplayName" : "simtester-sanitize #656",
  "id" : "656",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 656,
  "queueId" : 167899,
  "result" : "SUCCESS",
  "timestamp" : 1783989780259,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/simtester-sanitize/656/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/ara_m.py"
        ],
        "commitId" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
        "timestamp" : 1783937584000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "pySim/ara_m: move code from do_aram_ to static methods\u000a\u000aThe method do_aram_store_ref_ar_do and do_aram_delete_all, which\u000aare part of the nested AddlShellCommands class, may be moved into\u000athe parent class as a static method, just like the already existing\u000aget_config method.\u000a\u000aThis makes the functionality re-usable to callers that do not use\u000athe CMD2 API.\u000a\u000aChange-Id: Icd1b08ec707dd939bc9e8524d7f9431aa4daae7c\u000aRelated: SYS#6959\u000a",
        "date" : "2026-07-13 12:13:04 +0200",
        "id" : "25e43e1540144be9026a2733bc3a4271b8fa7d25",
        "msg" : "pySim/ara_m: move code from do_aram_ to static methods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/ara_m.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    }
  ]
}