{
  "_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,992",
          "upstreamBuild" : 1992,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 60040,
      "executingTimeMillis" : 60040,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8370,
      "waitingTimeMillis" : 8370
    },
    {
      "_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" : 1441,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
            "branch" : [
              {
                "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
            "branch" : [
              {
                "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
        "branch" : [
          {
            "SHA1" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
            "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" : "#1441",
  "duration" : 60040,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #1441",
  "id" : "1441",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1441,
  "queueId" : 1538827,
  "result" : "SUCCESS",
  "timestamp" : 1715021907977,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/1441/",
  "builtOn" : "build2-deb11build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/Makefile",
          "asterisk-master/Dockerfile"
        ],
        "commitId" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
        "timestamp" : 1714147993000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "asterisk-master: Use pjproject from external git repo\u000a\u000aBy default, asterisk.git build system will fetch pjproject tarball from\u000ahttps://raw.githubusercontent.com/asterisk/third-party/master/pjproject/$(PJPROJECT_VERSION),\u000awhere PJPROJECT_VERSION is defined in asterisk/third-party/versions.mak:\u000aPJPROJECT_VERSION=2.14\u000aOn top of that, it applies some patches adapting build system, found in\u000aasterisk/third-party/pjproject/patches/.\u000a\u000aThe build system also allows to use an out-of-tree pjproject (eg from a\u000agit repo) by symlinking the directory to\u000aasterisk/third-party/pjprojec/source/.\u000a\u000aThis is all documented in asterisk/third-party/pjproject/README-hacking.md.\u000a\u000aSince we want to develop on pjproject too, fetch our own pjproject.git\u000arepo, where we can push changes, and build asterisk using that repo.\u000a\u000aBear in mind that, when asterisk.git builds with out-of-tree pjproject,\u000ait wont apply pjproject patches under asterisk.git/third-party/pjproject/patches.\u000aHence, I created an \"asterisk/2.14\" branch in our pjproject.git repo which points\u000ato tag \"2.14\" (the one used by asterisk 20.7.0, which we use), and has the 2 patches\u000aapplied on top.\u000aThen, we have our own \"sysmocom/2.14\" branch on top of that \"asterisk/2.14\"\u000abranch, where we put our development. WIP development can also be done  in whatever\u000abranch  on top of \"asterisk/2.14\" branch.\u000a\u000aChange-Id: I73f3323db1b6897fc43215578b0a011fdb6909c5\u000a",
        "date" : "2024-04-26 18:13:13 +0200",
        "id" : "fdef271404312ed08c4d0d95c328bbab51fc39fa",
        "msg" : "asterisk-master: Use pjproject from external git repo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "asterisk-master/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "make/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}