{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"registry-rebuild-upload-titan\" build number 2,658",
          "upstreamBuild" : 2658,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 1338,
      "executingTimeMillis" : 1338,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7664,
      "waitingTimeMillis" : 7664
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2106,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
            "branch" : [
              {
                "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
            "branch" : [
              {
                "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 977,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
            "branch" : [
              {
                "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
            "branch" : [
              {
                "SHA1" : "ae291d598229353d21b6fde72554bdc7f25d30c8",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2104,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "002505b5fe9012ac8d87b837d243f305648db609",
            "branch" : [
              {
                "SHA1" : "002505b5fe9012ac8d87b837d243f305648db609",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "002505b5fe9012ac8d87b837d243f305648db609",
            "branch" : [
              {
                "SHA1" : "002505b5fe9012ac8d87b837d243f305648db609",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
        "branch" : [
          {
            "SHA1" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2106",
  "duration" : 1338,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #2106",
  "id" : "2106",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2106,
  "queueId" : 1887085,
  "result" : "SUCCESS",
  "timestamp" : 1746751398012,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/2106/",
  "builtOn" : "build5-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "common/ttcn3-docker-prepare.sh"
        ],
        "commitId" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
        "timestamp" : 1746689617000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "common/ttcn3-docker-prepare: add _scripts symlink\u000a\u000aThe ttcn3-*-{start,stop}.sh scripts include a file from the _scripts dir\u000asince Ia63c37b54fb42a8c64a676334cef6f9df4152e18. As they are called\u000athrough symlinks in / in docker-playground.git, we must make the another\u000asymlink available for _scripts as well.\u000a\u000aFix for:\u000a  ../ttcn3-tcpdump-start.sh: 3: .: cannot open ../_scripts/tcpdump-dumpcap.inc.sh: No such file\u000a\u000aChange-Id: I3a093ac7058d31db958785692444cb58525a6181\u000a",
        "date" : "2025-05-08 09:33:37 +0200",
        "id" : "9ac52e7864c3c57cd048822ce39be2e1ac6157b5",
        "msg" : "common/ttcn3-docker-prepare: add _scripts symlink",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "common/ttcn3-docker-prepare.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}