{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_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 laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 22465,
      "executingTimeMillis" : 22465,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8510,
      "waitingTimeMillis" : 8510
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 31,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
            "branch" : [
              {
                "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
            "branch" : [
              {
                "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
        "branch" : [
          {
            "SHA1" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/onomondo-eim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#31",
  "duration" : 22465,
  "estimatedDuration" : 30439,
  "executor" : null,
  "fullDisplayName" : "master-onomondo-eim #31",
  "id" : "31",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 31,
  "queueId" : 168310,
  "result" : "SUCCESS",
  "timestamp" : 1784030108892,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-onomondo-eim/31/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/esipa_asn1_handler.erl"
        ],
        "commitId" : "1b43403ece8ccd4e80eaaca59dc364ec6910c89e",
        "timestamp" : 1784029988000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "es9p_client: convert InitiateAuthenticationOkEsipa to match SGP.32 V.1.2\u000a\u000aIn SGP.32 V.1.0.1, InitiateAuthenticationOkEsipa is almost identical to\u000aSGP.22 InitiateAuthenticationOkEs9. However, in SGP.32 V.1.2, the member\u000aeuiccCiPKIdToBeUsed is renamed to euiccCiPKIdentifierToBeUsed. This means\u000ait is no longer possible to pass InitiateAuthenticationOkEsipa as\u000aInitiateAuthenticationOkEs9 to ES9+ directly. Instead we have to re-build\u000athe the InitiateAuthenticationOkEs9 from the contents of\u000aInitiateAuthenticationOkEsipa.\u000a\u000aChange-Id: I44c60a2f0d1129093ea67908d2eed167643a4a87\u000aRelated: SYS#8100\u000a",
        "date" : "2026-07-14 11:53:08 +0000",
        "id" : "1b43403ece8ccd4e80eaaca59dc364ec6910c89e",
        "msg" : "es9p_client: convert InitiateAuthenticationOkEsipa to match SGP.32 V.1.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/esipa_asn1_handler.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/esipa_asn1_handler.erl"
        ],
        "commitId" : "63a9aa184a52e66571ae482e7abd31e1e695d3b9",
        "timestamp" : 1784029988000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "esipa_asn1_handler: re-align to SGP.32 section 2.11.2 and section 5.14.6\u000a\u000aSection 2.11.2: eIM package result (EuiccPackageResult case) is now concatenated with PendingNotificationList instead of RetrieveNotificationsListResponse\u000aSection 5.14.6: ESipa.ProvideEimPackageResult: Significant change in parameters\u000a\u000aChange-Id: Ic0872edefc1844166943c60528557c6b7a6602ce\u000aRelated: SYS#8100\u000a",
        "date" : "2026-07-14 11:53:08 +0000",
        "id" : "63a9aa184a52e66571ae482e7abd31e1e695d3b9",
        "msg" : "esipa_asn1_handler: re-align to SGP.32 section 2.11.2 and section 5.14.6",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/esipa_asn1_handler.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/tryme_configureImmediateEnable.sh",
          "contrib/tryme_configureAutoEnable.sh",
          "src/esipa_rest_utils.erl",
          "contrib/rest_api_response_schema.json",
          "contrib/rest_api_resource_schema.json"
        ],
        "commitId" : "8a1256049cd8ba69bce7f41fc317889a339c216f",
        "timestamp" : 1784029988000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "esipa_rest_utils: re-align to SGP.32 Section 2.11.2\u000a\u000aSection 2.11.2: rename EuiccPackageResultDataSigned.configureAutoEnableResult to EuiccPackageResultDataSigned.configureImmediateEnableResult\u000a\u000aChange-Id: Ib4e6a4b4cb4d26a391346169b9047515496dd308\u000aRelated: SYS#8100\u000a",
        "date" : "2026-07-14 11:53:08 +0000",
        "id" : "8a1256049cd8ba69bce7f41fc317889a339c216f",
        "msg" : "esipa_rest_utils: re-align to SGP.32 Section 2.11.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/rest_api_resource_schema.json"
          },
          {
            "editType" : "add",
            "file" : "contrib/tryme_configureImmediateEnable.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/esipa_rest_utils.erl"
          },
          {
            "editType" : "edit",
            "file" : "contrib/rest_api_response_schema.json"
          },
          {
            "editType" : "delete",
            "file" : "contrib/tryme_configureAutoEnable.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/rest_api_response_schema.json",
          "contrib/rest_api_resource_schema.json"
        ],
        "commitId" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
        "timestamp" : 1784029988000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "rest_api: move \"required\" member to the correct level\u000a\u000aIn some locations in the JSON schema files we find the \"required\"\u000amember on the same level as the members of \"properties\" (likewise\u000a\"items\"). This is incorrect, the \"required\" member should always\u000abe on the same level as the \"properties\" or \"items\" member.\u000a\u000a(At the moment the JSON schema files serve only documentation\u000apurposes, they are not used to do any actual validation yet.)\u000a\u000aChange-Id: I07d51d0e809a718144bd51a6540ab51187bb4daa\u000aRelated: SYS#8100\u000a",
        "date" : "2026-07-14 11:53:08 +0000",
        "id" : "7abf280e10af25a82cccb9abc7e8b19240a87851",
        "msg" : "rest_api: move \"required\" member to the correct level",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/rest_api_resource_schema.json"
          },
          {
            "editType" : "edit",
            "file" : "contrib/rest_api_response_schema.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ],
  "runs" : [
    {
      "number" : 31,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-onomondo-eim/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/31/"
    }
  ]
}