{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "CI_BRANCH",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 30953,
      "executingTimeMillis" : 30953,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 1,
      "waitingTimeMillis" : 1
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 808,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
            "branch" : [
              {
                "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
            "branch" : [
              {
                "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5c22ef89f90e5fc74401759aaf087ea4fc741c64",
            "branch" : [
              {
                "SHA1" : "5c22ef89f90e5fc74401759aaf087ea4fc741c64",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5c22ef89f90e5fc74401759aaf087ea4fc741c64",
            "branch" : [
              {
                "SHA1" : "5c22ef89f90e5fc74401759aaf087ea4fc741c64",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
        "branch" : [
          {
            "SHA1" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#808",
  "duration" : 30953,
  "estimatedDuration" : 17810,
  "executor" : None,
  "fullDisplayName" : "Osmocom_OBS_check_new_distros #808",
  "id" : "808",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 808,
  "queueId" : 29955,
  "result" : "SUCCESS",
  "timestamp" : 1770751020891,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/Osmocom_OBS_check_new_distros/808/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/kernel/linux-shallow-clone.sh"
        ],
        "commitId" : "8d3b7261a272ba53ac6e539008fb595d277f0cb5",
        "timestamp" : 1770726472000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "scripts/kernel/linux-shallow-clone: new script\u000a\u000aAdd a script that maintains a linux repository in one place on jenkins\u000anodes, so we need less git clones from git.kernel.org and less disk\u000aspace. All jobs that need a kernel tree can now clone the relevant\u000abranch directly from the jenkins node.\u000a\u000aFollow up patches will add a jenkins job that runs the script daily and\u000aadjust the existing jobs to make use of this instead of doing their own\u000aclones.\u000a\u000aCurrently this script produces a 396M bare git repository.\u000a\u000aRelated: OS#6938\u000aChange-Id: Id3aadb46813047ecac3b80868192809b272dba0e\u000a",
        "date" : "2026-02-10 13:27:52 +0100",
        "id" : "8d3b7261a272ba53ac6e539008fb595d277f0cb5",
        "msg" : "scripts/kernel/linux-shallow-clone: new script",
        "paths" : [
          {
            "editType" : "add",
            "file" : "scripts/kernel/linux-shallow-clone.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/linux-shallow-clone.yml"
        ],
        "commitId" : "ac4fd8f16e4f00c1ab76c71930e2524393a0b350",
        "timestamp" : 1770726507000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/linux-shallow-clone: new jenkins job\u000a\u000aRelated: OS#6938\u000aChange-Id: Ia58cdc82a655d4cc772a84adb675e98961bf86c5\u000a",
        "date" : "2026-02-10 13:28:27 +0100",
        "id" : "ac4fd8f16e4f00c1ab76c71930e2524393a0b350",
        "msg" : "jobs/linux-shallow-clone: new jenkins job",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jobs/linux-shallow-clone.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/master-builds-dahdi.yml"
        ],
        "commitId" : "bba9914b185aee8bd2dca0018cf4b0b02f5fa4c7",
        "timestamp" : 1770726516000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/master-builds-dahdi: use linux-shallow-clone\u000a\u000aRelated: OS#6938\u000aChange-Id: Iea0af6259bd481c946ff72d6552b65668fd809ca\u000a",
        "date" : "2026-02-10 13:28:36 +0100",
        "id" : "bba9914b185aee8bd2dca0018cf4b0b02f5fa4c7",
        "msg" : "jobs/master-builds-dahdi: use linux-shallow-clone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/master-builds-dahdi.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/gerrit-verifications-dahdi.yml"
        ],
        "commitId" : "0396a8ba9d702ecbebb2b0d944fddc799e255851",
        "timestamp" : 1770726535000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/gerrit-verifications-dahdi: use linux-shallow-clone\u000a\u000aRelated: OS#6938\u000aChange-Id: Ie8d9be886cc1d089e015f03bcedf0307f4f312e4\u000a",
        "date" : "2026-02-10 13:28:55 +0100",
        "id" : "0396a8ba9d702ecbebb2b0d944fddc799e255851",
        "msg" : "jobs/gerrit-verifications-dahdi: use linux-shallow-clone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/gerrit-verifications-dahdi.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/kernel/build.sh",
          "jobs/build-kernels-testenv.yml"
        ],
        "commitId" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
        "timestamp" : 1770726538000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "jobs/build-kernels-testenv: use linux-shallow-clone\u000a\u000aRelated: OS#6938\u000aChange-Id: I8cb2acfaf585b9f92347a4562525a66ed03b0236\u000a",
        "date" : "2026-02-10 13:28:58 +0100",
        "id" : "61e1dc6c03df29103f8610829f3ff2c10d27c18b",
        "msg" : "jobs/build-kernels-testenv: use linux-shallow-clone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/kernel/build.sh"
          },
          {
            "editType" : "edit",
            "file" : "jobs/build-kernels-testenv.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}