{
  "_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,088",
          "upstreamBuild" : 2088,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 61466,
      "executingTimeMillis" : 61466,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8660,
      "waitingTimeMillis" : 8660
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "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" : 1537,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
            "branch" : [
              {
                "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
            "branch" : [
              {
                "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
        "branch" : [
          {
            "SHA1" : "eb927b7697ee5fa8753e02dd382abff57639015e",
            "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" : "#1537",
  "duration" : 61466,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1537",
  "id" : "1537",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1537,
  "queueId" : 1590278,
  "result" : "SUCCESS",
  "timestamp" : 1719395905882,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1537/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-asterisk-ims-ue-test/asterisk/logger.conf"
        ],
        "commitId" : "f1c3daaa7a681da38aad9f1e58e87fac8f390709",
        "timestamp" : 1719330679000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "asterisk: logger.conf: Log milliseconds in timestamps\u000a\u000aChange-Id: I4d518547d1e284b18034ae195e6d05da283593de\u000a",
        "date" : "2024-06-25 17:51:19 +0200",
        "id" : "f1c3daaa7a681da38aad9f1e58e87fac8f390709",
        "msg" : "asterisk: logger.conf: Log milliseconds in timestamps",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-asterisk-ims-ue-test/asterisk/logger.conf"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "asterisk-master/Dockerfile"
        ],
        "commitId" : "caec771293f23f8ba8a26783bd186fa803fa48ca",
        "timestamp" : 1719340379000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "asterisk-master: Fetch required branch directly\u000a\u000aWhen I added the Dockerfile I initially wrote it in a 2 step fetch &\u000abuild, to try to avoid recompiling the whole thing every time some patch\u000afrom one of the devs was pushed to our building branch.\u000aThis, whoever, creates problems sometimes due to how the build system\u000afor pjproject is generated when building asterisk, so let's drop the\u000a2stage setup to avoid problems fetching from different branches, etc.\u000a\u000aChange-Id: Id9fbee9cdb8f9387e0daefd7925df2542d384a91\u000a",
        "date" : "2024-06-25 20:32:59 +0200",
        "id" : "caec771293f23f8ba8a26783bd186fa803fa48ca",
        "msg" : "asterisk-master: Fetch required branch directly",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "asterisk-master/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/Makefile"
        ],
        "commitId" : "eb927b7697ee5fa8753e02dd382abff57639015e",
        "timestamp" : 1719340622000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "asterisk-master: Build from jolly/work branch by default\u000a\u000aThat one will not be the final branch, but it's the one where most of\u000athe development is happening. Hence, switch to that branch by default\u000afor now, so that jenkins nightly job runs that branch.\u000a\u000aChange-Id: Iabf141ae0b997f9707a7dbd555307e052b92d355\u000a",
        "date" : "2024-06-25 20:37:02 +0200",
        "id" : "eb927b7697ee5fa8753e02dd382abff57639015e",
        "msg" : "asterisk-master: Build from jolly/work branch by default",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}