{
  "_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" : 59742,
      "executingTimeMillis" : 59742,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8690,
      "waitingTimeMillis" : 8690
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 763,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
            "branch" : [
              {
                "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
            "branch" : [
              {
                "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
        "branch" : [
          {
            "SHA1" : "346b8914496e30d9107eeff95bd31b24c055f79b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#763",
  "duration" : 59742,
  "estimatedDuration" : 66181,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #763",
  "id" : "763",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 763,
  "queueId" : 2041172,
  "result" : "SUCCESS",
  "timestamp" : 1763052969164,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/763/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_as.c",
          "src/ss7_as.h",
          "src/xua_as_fsm.c"
        ],
        "commitId" : "89ce9b94d9c3ebfec3587527d5f09dd83be049de",
        "timestamp" : 1763049755000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "ss7_as_select_asp: Pass xua_msg instead of osmo_mtp_transfer_param\u000a\u000aFor TCAP-based loadsharing we need to access the xua_msg.\u000a\u000aRelated: SYS#5423\u000aChange-Id: I9f376cf4078ccf4001400db4d430b36c540a2790\u000a",
        "date" : "2025-11-13 17:02:35 +0100",
        "id" : "89ce9b94d9c3ebfec3587527d5f09dd83be049de",
        "msg" : "ss7_as_select_asp: Pass xua_msg instead of osmo_mtp_transfer_param",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_as.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_as.h"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_as_fsm.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m3ua.c",
          "src/xua_internal.h"
        ],
        "commitId" : "346b8914496e30d9107eeff95bd31b24c055f79b",
        "timestamp" : 1763049755000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
          "fullName" : "dwillmann"
        },
        "authorEmail" : "dwillmann@sysmocom.de",
        "comment" : "Constify xua_msg in data_hdr_from_m3ua()\u000a\u000aRelated: SYS#5423\u000aChange-Id: I372054dcb7f153e3ca7c845ce0bd1f558e7bb9fa\u000a",
        "date" : "2025-11-13 17:02:35 +0100",
        "id" : "346b8914496e30d9107eeff95bd31b24c055f79b",
        "msg" : "Constify xua_msg in data_hdr_from_m3ua()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m3ua.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_internal.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dwillmann",
      "fullName" : "dwillmann"
    }
  ],
  "runs" : [
    {
      "number" : 763,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/763/"
    },
    {
      "number" : 763,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/763/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}