{
  "_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" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 488125,
      "executingTimeMillis" : 488125,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 649,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
            "branch" : [
              {
                "SHA1" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
            "branch" : [
              {
                "SHA1" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
                "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" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
        "branch" : [
          {
            "SHA1" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#649",
  "duration" : 488125,
  "estimatedDuration" : 479038,
  "executor" : null,
  "fullDisplayName" : "simtester-sanitize #649",
  "id" : "649",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 649,
  "queueId" : 161822,
  "result" : "SUCCESS",
  "timestamp" : 1783384981902,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/649/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/unittests/test_configurable_parameters.py",
          "tests/unittests/xo/test_configurable_parameters",
          "pySim/esim/saip/personalization.py"
        ],
        "commitId" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
        "timestamp" : 1783358687000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "saip/personalization: add MncLen configurable parameter\u000a\u000aAdd a new ConfigurableParameter that represents the MNC length\u000a(2 or 3 digits) in EF.AD (Administrative Data).\u000a\u000aChange-Id: I6c600faeab00ffb072acbe94c9a8b2d1397c07d3\u000aCo-authored-by: Vadim Yanitskiy <vyanitskiy@sysmocom.de>\u000aJenkins: skip-card-test\u000a",
        "date" : "2026-07-06 17:24:47 +0000",
        "id" : "6e10da4c55b81e5f7e07d0e9fa02cb95fe23ce25",
        "msg" : "saip/personalization: add MncLen configurable parameter",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/unittests/test_configurable_parameters.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/unittests/xo/test_configurable_parameters"
          },
          {
            "editType" : "edit",
            "file" : "pySim/esim/saip/personalization.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}