{
  "_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 1,451",
          "upstreamBuild" : 1451,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 6,
      "buildableTimeMillis" : 6,
      "buildingDurationMillis" : 784,
      "executingTimeMillis" : 784,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8775,
      "waitingTimeMillis" : 8775
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 901,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
            "branch" : [
              {
                "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
            "branch" : [
              {
                "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
        "branch" : [
          {
            "SHA1" : "2eb695bc4491f640a6a47411666986709fbc6abf",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#901",
  "duration" : 784,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #901",
  "id" : "901",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 901,
  "queueId" : 1196044,
  "result" : "SUCCESS",
  "timestamp" : 1688604200203,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/901/",
  "builtOn" : "build3-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "redmine/docker-entrypoint-osmo.sh"
        ],
        "commitId" : "1a47384d81869ab1b82b34f7d1cca90d83e0e1c9",
        "timestamp" : 1688551862000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "redmine: fix auto-scan of repositories\u000a\u000aWhile inspecting the running docker container I found that the script\u000aalready runs as redmine user. I had assumed that it runs as root\u000aearlier. Running 'su' as redmine user fails, therefore it currently does\u000anot run the fetch_changesets command.\u000a\u000aRelated: OS#6083\u000aChange-Id: I195311b93868eb5fd73ad6e3c165d48f3b7b53ce\u000a",
        "date" : "2023-07-05 12:11:02 +0200",
        "id" : "1a47384d81869ab1b82b34f7d1cca90d83e0e1c9",
        "msg" : "redmine: fix auto-scan of repositories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "redmine/docker-entrypoint-osmo.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-smlc-test/osmo-stp.cfg",
          "ttcn3-stp-test/osmo-stp.cfg",
          "ttcn3-hnbgw-test/osmo-stp.cfg",
          "ttcn3-bsc-test-vamos/osmo-stp.cfg",
          "osmo-stp-master/osmo-stp.cfg",
          "nplab-m3ua-test/osmo-stp.cfg",
          "nplab-sua-test/osmo-stp.cfg",
          "ttcn3-msc-test/osmo-stp.cfg",
          "ttcn3-sgsn-test/osmo-stp.cfg",
          "ttcn3-bsc-test/osmo-stp.cfg",
          "osmo-stp-latest/osmo-stp.cfg"
        ],
        "commitId" : "2eb695bc4491f640a6a47411666986709fbc6abf",
        "timestamp" : 1688564935000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "*/osmo-stp.cfg: Explicitly define role & sctp-role\u000a\u000aIt was recently decided it's a good practice to always specify the role\u000aand sctp-role for all ASPs configured in the VTY, since it's an\u000aimportant configuration providing feedback on the network setup\u000aexpectancies.\u000a\u000aChange-Id: Ia495bc3c5dd4421e5730c74b2f5dc4e4cdc1a673\u000a",
        "date" : "2023-07-05 13:48:55 +0000",
        "id" : "2eb695bc4491f640a6a47411666986709fbc6abf",
        "msg" : "*/osmo-stp.cfg: Explicitly define role & sctp-role",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-bsc-test-vamos/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-hnbgw-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-msc-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-sgsn-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-smlc-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "osmo-stp-latest/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "osmo-stp-master/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "nplab-m3ua-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-stp-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "nplab-sua-test/osmo-stp.cfg"
          },
          {
            "editType" : "edit",
            "file" : "ttcn3-bsc-test/osmo-stp.cfg"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}