{
  "_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_OSMO_CI",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 20950,
      "executingTimeMillis" : 20950,
      "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" : 2588,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
            "branch" : [
              {
                "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
            "branch" : [
              {
                "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2442,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "46a14936495d6eec8fc04cf1b797ed824b0c368d",
            "branch" : [
              {
                "SHA1" : "46a14936495d6eec8fc04cf1b797ed824b0c368d",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "46a14936495d6eec8fc04cf1b797ed824b0c368d",
            "branch" : [
              {
                "SHA1" : "46a14936495d6eec8fc04cf1b797ed824b0c368d",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
        "branch" : [
          {
            "SHA1" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2588",
  "duration" : 20950,
  "estimatedDuration" : 21131,
  "executor" : None,
  "fullDisplayName" : "Osmocom-release-tarballs #2588",
  "id" : "2588",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2588,
  "queueId" : 96994,
  "result" : "SUCCESS",
  "timestamp" : 1777007940174,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/Osmocom-release-tarballs/2588/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/obs/data/build_srcpkg.Dockerfile"
        ],
        "commitId" : "c867fdeb1e8d4e28c0e4fdbf390e352bfabeba13",
        "timestamp" : 1776779263000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "OBS: build_srcpkg.Dockerfile: add dh-cmake\u000a\u000aAdd dh-cmake, so we can build source packages of programs using cmake,\u000asuch as kamailio.\u000a\u000aChange-Id: I8b5debce4f2fc0c41c69f861822394e139ac5dfc\u000a",
        "date" : "2026-04-21 15:47:43 +0200",
        "id" : "c867fdeb1e8d4e28c0e4fdbf390e352bfabeba13",
        "msg" : "OBS: build_srcpkg.Dockerfile: add dh-cmake",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/obs/data/build_srcpkg.Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/master-builds.yml"
        ],
        "commitId" : "ee1ef65f4cf624b4ccb099d07e990dd1f30fdc75",
        "timestamp" : 1776959909000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "jobs/master-builds.yml: pysim: separate JOB_TYPE for card tests\u000a\u000aChange-Id: Ia48d1b468f65d7c2e6b4128eeac36d0f3d03c45e\u000aDepends: pysim.git If76d812ee43b7eb3b57fdc660c60bf31fbff5b16\u000a",
        "date" : "2026-04-23 15:58:29 +0000",
        "id" : "ee1ef65f4cf624b4ccb099d07e990dd1f30fdc75",
        "msg" : "jobs/master-builds.yml: pysim: separate JOB_TYPE for card tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/master-builds.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/master-builds.yml"
        ],
        "commitId" : "6a3b8a0a34053076a78a4cf4be261cf2e8ab0a1b",
        "timestamp" : 1776959909000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "jobs/master-builds.yml: pysim: allow skipping card tests\u000a\u000aSkip tests requiring physical cards (\"card-test\") for commits\u000ahaving a special marker in the COMMIT_MSG:\u000a\u000a  Jenkins: skip-card-tests\u000a\u000aThis speeds up the build verification significantly, and may be\u000auseful for patches that do not modify the core logic (such as\u000adocumentation improvements and misc fixes).\u000a\u000aChange-Id: I591717a2e2659c02447087dec23aa279cfd55551\u000a",
        "date" : "2026-04-23 15:58:29 +0000",
        "id" : "6a3b8a0a34053076a78a4cf4be261cf2e8ab0a1b",
        "msg" : "jobs/master-builds.yml: pysim: allow skipping card tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/master-builds.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jobs/master-builds.yml"
        ],
        "commitId" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
        "timestamp" : 1776960171000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "jobs/master-builds.yml: fix typo: crad-test -> card-test\u000a\u000aChange-Id: I0686af6c026e298c86d3a64cc161e5c84ec7dc57\u000aFixes: ee1ef65 (\"jobs/master-builds.yml: pysim: separate JOB_TYPE for card tests\")\u000a",
        "date" : "2026-04-23 23:02:51 +0700",
        "id" : "a988885ce2ffb9078bd469874b9681f04d4bb0b0",
        "msg" : "jobs/master-builds.yml: fix typo: crad-test -> card-test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jobs/master-builds.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}