{
  "_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" : 85193,
      "executingTimeMillis" : 85193,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7771,
      "waitingTimeMillis" : 7771
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10815,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
            "branch" : [
              {
                "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
            "branch" : [
              {
                "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 6715,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3a55b89777395bdf88fe9cb39e3f3bd19df8f568",
            "branch" : [
              {
                "SHA1" : "3a55b89777395bdf88fe9cb39e3f3bd19df8f568",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3a55b89777395bdf88fe9cb39e3f3bd19df8f568",
            "branch" : [
              {
                "SHA1" : "3a55b89777395bdf88fe9cb39e3f3bd19df8f568",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
        "branch" : [
          {
            "SHA1" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ggsn"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10815",
  "duration" : 85193,
  "estimatedDuration" : 59658,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ggsn #10815",
  "id" : "10815",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10815,
  "queueId" : 69782,
  "result" : "SUCCESS",
  "timestamp" : 1774352168478,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-ggsn/10815/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "lib/checksum.c",
          "lib/Makefile.am",
          "configure.ac",
          "lib/checksum.h",
          "ggsn/Makefile.am",
          "debian/control",
          "lib/icmpv6.c",
          "sgsnemu/sgsnemu.c",
          "sgsnemu/Makefile.am",
          "lib/icmpv6.h",
          "contrib/jenkins.sh",
          "ggsn/ggsn.c",
          "TODO-RELEASE"
        ],
        "commitId" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
        "timestamp" : 1774346599000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Depend on libosmo-netif for icmpv6 APIs\u000a\u000aMost of icmpv6.* and checksum.* was moved to libosmo-netif from this\u000asame repository so it can be reused. Link to libosmo-netif and adapt\u000acode to new public symbol naming.\u000a\u000aDepends: libosmo-netif.git Change-Id I78ec7270c717af0a1b8ffd9398cd69ea7a0dbee2\u000aChange-Id: I8d8fae362f302d48afaed28a9c664f76ca4a2739\u000a",
        "date" : "2026-03-24 11:03:19 +0100",
        "id" : "20168d98fc1d4edb11f7083fa9c9a03ef54ed079",
        "msg" : "Depend on libosmo-netif for icmpv6 APIs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "delete",
            "file" : "lib/checksum.c"
          },
          {
            "editType" : "delete",
            "file" : "lib/checksum.h"
          },
          {
            "editType" : "edit",
            "file" : "debian/control"
          },
          {
            "editType" : "edit",
            "file" : "lib/icmpv6.c"
          },
          {
            "editType" : "edit",
            "file" : "lib/icmpv6.h"
          },
          {
            "editType" : "edit",
            "file" : "lib/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "ggsn/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "contrib/jenkins.sh"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "ggsn/ggsn.c"
          },
          {
            "editType" : "edit",
            "file" : "sgsnemu/sgsnemu.c"
          },
          {
            "editType" : "edit",
            "file" : "sgsnemu/Makefile.am"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 10815,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-ggsn/GTP=--disable-gtp-linux,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/10815/"
    },
    {
      "number" : 10815,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-ggsn/GTP=--enable-gtp-linux,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/10815/"
    }
  ]
}