{
  "_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" : "BRANCH",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 3,
      "buildableTimeMillis" : 3,
      "buildingDurationMillis" : 143973,
      "executingTimeMillis" : 143973,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1168,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
            "branch" : [
              {
                "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
            "branch" : [
              {
                "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 525,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c090d6cc65aa213dcea162183ac631d82b4facd7",
            "branch" : [
              {
                "SHA1" : "c090d6cc65aa213dcea162183ac631d82b4facd7",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c090d6cc65aa213dcea162183ac631d82b4facd7",
            "branch" : [
              {
                "SHA1" : "c090d6cc65aa213dcea162183ac631d82b4facd7",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
        "branch" : [
          {
            "SHA1" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1168",
  "duration" : 143973,
  "estimatedDuration" : 132287,
  "executor" : None,
  "fullDisplayName" : "Osmocom_OBS_wireshark #1168",
  "id" : "1168",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1168,
  "queueId" : 91161,
  "result" : "SUCCESS",
  "timestamp" : 1776452520171,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/Osmocom_OBS_wireshark/1168/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/roles/osmocom-jenkins-slave/tasks/debian.yml"
        ],
        "commitId" : "a6bfe293ffb6eafa8c0e2fcac836df2dfaa339dc",
        "timestamp" : 1776420899000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: jenkins: update install openjdk logic\u000a\u000aNew jenkins versions require newer java versions to be installed on the\u000ajenkins nodes. Install openjdk from download.java.net instead of using\u000adistribution packages, so we are not limited by what the distribution\u000aoffers (which is oftentimes not recent enough).\u000a\u000aRelated: OS#6998\u000aChange-Id: I1de9a67aafe71e8c8b77c57baddb09611cb2e1fd\u000a",
        "date" : "2026-04-17 12:14:59 +0200",
        "id" : "a6bfe293ffb6eafa8c0e2fcac836df2dfaa339dc",
        "msg" : "ansible: jenkins: update install openjdk logic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ansible/roles/osmocom-jenkins-slave/tasks/debian.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/roles/osmocom-jenkins-slave/tasks/debian.yml"
        ],
        "commitId" : "060109a0bef0d0f95cb4b7ae0024289eeaf72f76",
        "timestamp" : 1776420910000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: debian: remove logic for jessie\u000a\u000aThis is a really old release we don't use anymore, so clean up related\u000acommands from the ansible tasks.\u000a\u000aChange-Id: Ifad5e9088e026a61b2e3463936c1ba602f4a99df\u000a",
        "date" : "2026-04-17 12:15:10 +0200",
        "id" : "060109a0bef0d0f95cb4b7ae0024289eeaf72f76",
        "msg" : "ansible: debian: remove logic for jessie",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ansible/roles/osmocom-jenkins-slave/tasks/debian.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/util/known_hosts",
          "ansible/hosts",
          "jobs/update-osmo-ci-on-slaves.yml"
        ],
        "commitId" : "7a41a806fb33b6b2e59eeb1e84d3e65c8008c847",
        "timestamp" : 1776422214000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: lx2-raspbian{12 => 13}build-ansible\u000a\u000aRelated: OS#6998\u000aChange-Id: I66afdc0ba86cfde6613226abba900c31e486f846\u000a",
        "date" : "2026-04-17 12:36:54 +0200",
        "id" : "7a41a806fb33b6b2e59eeb1e84d3e65c8008c847",
        "msg" : "ansible: lx2-raspbian{12 => 13}build-ansible",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ansible/hosts"
          },
          {
            "editType" : "edit",
            "file" : "ansible/util/known_hosts"
          },
          {
            "editType" : "edit",
            "file" : "jobs/update-osmo-ci-on-slaves.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/roles/docker/tasks/main.yml"
        ],
        "commitId" : "b085551f8eda8d5c77ca489ab53d552a7c67e6f6",
        "timestamp" : 1776422218000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: docker: update apt key install method\u000a\u000aFix that the deprecated method for installing the apt key for the docker\u000arepository was still used.\u000a\u000aFix for (with debian 13):\u000a  Failed to find required executable \"apt-key\" in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\u000a\u000aRelated: OS#6998\u000aChange-Id: I8184b6f9369886b79a3cf015ceee6e46e38b089c\u000a",
        "date" : "2026-04-17 12:36:58 +0200",
        "id" : "b085551f8eda8d5c77ca489ab53d552a7c67e6f6",
        "msg" : "ansible: docker: update apt key install method",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ansible/roles/docker/tasks/main.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/vars/Debian-13.yml"
        ],
        "commitId" : "6e12deeae4e241bb770011b2b647b3d644725228",
        "timestamp" : 1776422218000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: add Debian-13.yml\u000a\u000aRelated: OS#6998\u000aChange-Id: I34db89aba34e7c49843db0aa39fd593e35f4700a\u000a",
        "date" : "2026-04-17 12:36:58 +0200",
        "id" : "6e12deeae4e241bb770011b2b647b3d644725228",
        "msg" : "ansible: add Debian-13.yml",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ansible/vars/Debian-13.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ansible/roles/ntpd/tasks/main.yml"
        ],
        "commitId" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
        "timestamp" : 1776422218000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ansible: ntpd: update for debian 13\u000a\u000aUse the openntpd package, as there isn't a ntp package anymore. The\u000aservice gets enabled and started automatically after installing it, so\u000aremove the block that did it manually.\u000a\u000aChange-Id: I7dad2f0cc034f487d4c97ec37325dab667f24ce3\u000a",
        "date" : "2026-04-17 12:36:58 +0200",
        "id" : "a09941ed6cc4cf38b326fc9f75c6605114c55d67",
        "msg" : "ansible: ntpd: update for debian 13",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ansible/roles/ntpd/tasks/main.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}