{
  "_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" : 286847,
      "executingTimeMillis" : 286847,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8298,
      "waitingTimeMillis" : 8298
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28611,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
            "branch" : [
              {
                "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
            "branch" : [
              {
                "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20229,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
        "branch" : [
          {
            "SHA1" : "09b49fc5e979aff235692771e2de9c1187b973e0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#28611",
  "duration" : 286847,
  "estimatedDuration" : 147857,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bsc #28611",
  "id" : "28611",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28611,
  "queueId" : 2041159,
  "result" : "SUCCESS",
  "timestamp" : 1763052489119,
  "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-bsc/28611/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/bsc/handover_fsm.h",
          "src/osmo-bsc/handover_decision_2.c"
        ],
        "commitId" : "e7a98644162583113cd9bd6eccc2a9b70ac91cf7",
        "timestamp" : 1763017404000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/matan1008",
          "fullName" : "matan1008"
        },
        "authorEmail" : "matan1008@gmail.com",
        "comment" : "handover: Move log macros to handover_fsm.h\u000a\u000aChange-Id: I65fdde44042b8c4a050aaa07961676c4c18c0431\u000a",
        "date" : "2025-11-13 09:03:24 +0200",
        "id" : "e7a98644162583113cd9bd6eccc2a9b70ac91cf7",
        "msg" : "handover: Move log macros to handover_fsm.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/handover_decision_2.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/bsc/handover_fsm.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/handover_decision_2.c"
        ],
        "commitId" : "09b49fc5e979aff235692771e2de9c1187b973e0",
        "timestamp" : 1763017414000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/matan1008",
          "fullName" : "matan1008"
        },
        "authorEmail" : "matan1008@gmail.com",
        "comment" : "handover_decision_2: Drop unused include\u000a\u000aChange-Id: I599d9f92b29258ee17672a973a37aa1aab3971bf\u000a",
        "date" : "2025-11-13 09:03:34 +0200",
        "id" : "09b49fc5e979aff235692771e2de9c1187b973e0",
        "msg" : "handover_decision_2: Drop unused include",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/handover_decision_2.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/matan1008",
      "fullName" : "matan1008"
    }
  ],
  "runs" : [
    {
      "number" : 28611,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/28611/"
    }
  ]
}