{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 356,
      "executingTimeMillis" : 356,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5143,
      "waitingTimeMillis" : 5143
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 672,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
            "branch" : [
              {
                "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
            "branch" : [
              {
                "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 657,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
            "branch" : [
              {
                "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
            "branch" : [
              {
                "SHA1" : "95ce281cbe3d76c80b9dbd2b206a9edf46f42966",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
        "branch" : [
          {
            "SHA1" : "bce9627a636461e7409500b7aca66d7c33726224",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#672",
  "duration" : 356,
  "estimatedDuration" : 348,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #672",
  "id" : "672",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 672,
  "queueId" : 2042108,
  "result" : "SUCCESS",
  "timestamp" : 1763127665815,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/update-osmo-ci-on-slaves-dp/672/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nplab-m3ua-test/Dockerfile",
          "make/Makefile"
        ],
        "commitId" : "eef362a63fef8b2fa0c61d18ead2305f10d6a60b",
        "timestamp" : 1763123084000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "nplab-m3ua-test: Parametrize git branch and change it to osmocom/master\u000a\u000aI just pushed a new \"osmocom/master\" branch to our fork pointing to\u000alaforge/python3.\u000a\u000aChange-Id: I78b2a27b355f11ba64476216bc7ef76713e8f61e\u000a",
        "date" : "2025-11-14 13:24:44 +0100",
        "id" : "eef362a63fef8b2fa0c61d18ead2305f10d6a60b",
        "msg" : "nplab-m3ua-test: Parametrize git branch and change it to osmocom/master",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nplab-m3ua-test/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "make/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nplab-m3ua-test/m3ua-param-testtool.scm"
        ],
        "commitId" : "bce9627a636461e7409500b7aca66d7c33726224",
        "timestamp" : 1763123735000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "nplab-m3ua-test: Configure Network Indicator as International\u000a\u000aThat's what we are using at the osmo-stp configuration.\u000aUntil now it didn't matter since libosmo-sigtran didn't validate NI\u000amatching configuration on received messages, but since\u000a1af56bf8cf266dd708b623e75d6d175a58f3dd47 it does.\u000a\u000aChange-Id: Iae825ebc588524c7a3761c80392940733f3887a6\u000a",
        "date" : "2025-11-14 13:35:35 +0100",
        "id" : "bce9627a636461e7409500b7aca66d7c33726224",
        "msg" : "nplab-m3ua-test: Configure Network Indicator as International",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nplab-m3ua-test/m3ua-param-testtool.scm"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}