{
  "_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" : 29,
      "buildableTimeMillis" : 29,
      "buildingDurationMillis" : 494748,
      "executingTimeMillis" : 494748,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 131,
      "waitingTimeMillis" : 131
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 516,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
            "branch" : [
              {
                "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
            "branch" : [
              {
                "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : None,
          "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" : None,
          "marked" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
        "branch" : [
          {
            "SHA1" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#516",
  "duration" : 494748,
  "estimatedDuration" : 474359,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #516",
  "id" : "516",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 516,
  "queueId" : 42816,
  "result" : "SUCCESS",
  "timestamp" : 1771980181088,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/simtester-sanitize/516/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "eb04bb108207d6dabe5d35826a3a71d4f51d897c",
        "timestamp" : 1771923168000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "contrib/smpp-ota-tool: warn about mixed up KIC/KIC indexes\u000a\u000aCards usually have multiple sets of KIC, KID (and KIK). The keys\u000aare selected through an index. However, mixing keys from different\u000asets is concidered as a security violation and cards should reject\u000asuch configurations.\u000a\u000aLet's print a warning to make users aware that something is off.\u000a\u000aChange-Id: Ieb4e14145baba1c2cb4a237b612b04694940f402\u000aRelated: OS#6868\u000a",
        "date" : "2026-02-24 09:52:48 +0100",
        "id" : "eb04bb108207d6dabe5d35826a3a71d4f51d897c",
        "msg" : "contrib/smpp-ota-tool: warn about mixed up KIC/KIC indexes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "54658fa3a9bed00e1611d5bf5b91c8948f328c5e",
        "timestamp" : 1771923168000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "contrib/smpp-ota-tool: add missing usage helpstrings\u000a\u000aChange-Id: Ic1521ba11b405f311a30fdb3585ad518375669ae\u000aRelated: OS#6868\u000a",
        "date" : "2026-02-24 09:52:48 +0100",
        "id" : "54658fa3a9bed00e1611d5bf5b91c8948f328c5e",
        "msg" : "contrib/smpp-ota-tool: add missing usage helpstrings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
        "timestamp" : 1771923168000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "contrib/smpp-ota-tool: fix boolean commandline parameters\u000a\u000aBoolean parameters should be false by default and use store_true when\u000aset.\u000a\u000aChange-Id: I0652b48d2ea5efbaaf5bc147aa8cef7ab8b0861d\u000aRelated: OS#6868\u000a",
        "date" : "2026-02-24 09:52:48 +0100",
        "id" : "b6b4501e37773bc2aadcc0f3e39e2ac2d37b7cdf",
        "msg" : "contrib/smpp-ota-tool: fix boolean commandline parameters",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    }
  ]
}