{
  "_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" : 132494,
      "executingTimeMillis" : 132494,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6012,
      "waitingTimeMillis" : 6012
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 537,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
            "branch" : [
              {
                "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
            "branch" : [
              {
                "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
        "branch" : [
          {
            "SHA1" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/erlang/osmo-s1gw"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#537",
  "duration" : 132494,
  "estimatedDuration" : 83082,
  "executor" : None,
  "fullDisplayName" : "master-osmo-s1gw #537",
  "id" : "537",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 537,
  "queueId" : 1987210,
  "result" : "SUCCESS",
  "timestamp" : 1757279166560,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-s1gw/537/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/s1gw_metrics.erl",
          "src/s1ap_proxy.erl",
          "include/s1gw_metrics.hrl"
        ],
        "commitId" : "05b556090db3b6ab7529efe43a82022a94909e77",
        "timestamp" : 1757237493000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "s1ap_proxy: Add support for S1 HANDOVER procedure\u000a\u000aThe HANDOVER procedure consists of two parts:\u000a\u000a* Preparation of handover on the source eNB\u000a\u000aA list of E-RABs to be released are processed by the proxy.\u000a\u000a* Resource allocation on the target eNB\u000a\u000aA list of E-RABs to be established are processed by the proxy. GTP-TEIDs\u000aand transport layer addresses will be modified.\u000a\u000aChange-Id: Ib2c8b1787c60d35a512c3c78d35e1f72a9d7bb08\u000aRelated: osmo-ttcn3-hacks.git Id349c84749f7e897defa8cfd2ecd2c1f2fb52fc7\u000aRelated: SYS#7309\u000a",
        "date" : "2025-09-07 16:31:33 +0700",
        "id" : "05b556090db3b6ab7529efe43a82022a94909e77",
        "msg" : "s1ap_proxy: Add support for S1 HANDOVER procedure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/s1gw_metrics.hrl"
          },
          {
            "editType" : "edit",
            "file" : "src/s1gw_metrics.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/s1ap_proxy_test.erl"
        ],
        "commitId" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
        "timestamp" : 1757237673000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "s1ap_proxy_test: Add unit tests for S1 HANDOVER procedure\u000a\u000aChange-Id: I400ac73343f2a795c8206aeee75a31f1455adbd0\u000aRelated: SYS#7309\u000a",
        "date" : "2025-09-07 16:34:33 +0700",
        "id" : "2ade1af23985cc6953c6210c7ef8eac4e9f4df73",
        "msg" : "s1ap_proxy_test: Add unit tests for S1 HANDOVER procedure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/s1ap_proxy_test.erl"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 537,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-s1gw/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/537/"
    }
  ]
}