{
  "_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" : 76800,
      "executingTimeMillis" : 76800,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7021,
      "waitingTimeMillis" : 7021
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 765,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
            "branch" : [
              {
                "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
            "branch" : [
              {
                "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
        "branch" : [
          {
            "SHA1" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#765",
  "duration" : 76800,
  "estimatedDuration" : 77066,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #765",
  "id" : "765",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 765,
  "queueId" : 2041881,
  "result" : "SUCCESS",
  "timestamp" : 1763117467788,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/765/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "src/mtp_sap.c",
          "include/osmocom/sigtran/mtp_sap.h"
        ],
        "commitId" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
        "timestamp" : 1763053576000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Implement already defined osmo_mtp_prim_name()\u000a\u000aImplement osmo_mtp_prim_name(), which was defined in a header\u000afile but didn't exist so far.\u000a\u000aCreate a mtp_sap.c file as a counterpart of mtp_sap.h header, and move\u000athere all primitive/SAP related code, to make it easier to spot where\u000athe inter-layer communication happens. This way we also have the same\u000adisposition as with sccp_sap/sccp_user.\u000a\u000aThis is a preparation commit, follow-up commits will use the\u000aosmo_mtp_prim_name() API and clean up and move more APIs to mtp_sap.c.\u000a\u000aChange-Id: Ifa21c26ceaa079435a2d157f99813e06cfc12e71\u000a",
        "date" : "2025-11-13 18:06:16 +0100",
        "id" : "36a67d4e8c3d8792f86236b2d51f67e0a565321f",
        "msg" : "mtp: Implement already defined osmo_mtp_prim_name()",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/mtp_sap.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/mtp_sap.h"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 765,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/765/"
    },
    {
      "number" : 765,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/765/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}