{
  "_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,019",
          "upstreamBuild" : 1019,
          "upstreamProject" : "registry-rebuild-upload-titan",
          "upstreamUrl" : "job/registry-rebuild-upload-titan/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 470,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
            "branch" : [
              {
                "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
            "branch" : [
              {
                "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
        "branch" : [
          {
            "SHA1" : "6f366b30a970fb16111ca52af336780c27675156",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://git.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#470",
  "duration" : 1123,
  "estimatedDuration" : 19771,
  "executor" : None,
  "fullDisplayName" : "registry-rebuild-upload-ttcn3-bts-tests #470",
  "id" : "470",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 470,
  "queueId" : 852373,
  "result" : "SUCCESS",
  "timestamp" : 1664239401155,
  "url" : "https://jenkins.osmocom.org/jenkins/job/registry-rebuild-upload-ttcn3-bts-tests/470/",
  "builtOn" : "build2-deb9build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "c6ece0d7d46dec1330e5116a1a0abc200382d155",
        "timestamp" : 1663790336000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/neels",
          "fullName" : "Neels Hofmeyr"
        },
        "authorEmail" : "nhofmeyr@sysmocom.de",
        "comment" : ".gitignore vim swp files\u000a\u000aChange-Id: I5e67c42271aca9f81711e166324f70663e34cfcf\u000a",
        "date" : "2022-09-21 21:58:56 +0200",
        "id" : "c6ece0d7d46dec1330e5116a1a0abc200382d155",
        "msg" : ".gitignore vim swp files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-upf-master/Makefile",
          "osmo-upf-master/Dockerfile",
          "osmo-upf-master/osmo-upf.cfg"
        ],
        "commitId" : "4ee669ee3a8e2a8cff3a524c42409e9a862f396f",
        "timestamp" : 1663804869000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/neels",
          "fullName" : "Neels Hofmeyr"
        },
        "authorEmail" : "nhofmeyr@sysmocom.de",
        "comment" : "add osmo-upf-master\u000a\u000aWill be used by ttcn3-upf-test in subsequent patch\u000aI7a651bb85861de4b2677a731b9f17fa0d790c621.\u000a\u000aChange-Id: Iceec912eef05bf4903ccc1fc30b0c7362145a1f1\u000a",
        "date" : "2022-09-22 02:01:09 +0200",
        "id" : "4ee669ee3a8e2a8cff3a524c42409e9a862f396f",
        "msg" : "add osmo-upf-master",
        "paths" : [
          {
            "editType" : "add",
            "file" : "osmo-upf-master/Makefile"
          },
          {
            "editType" : "add",
            "file" : "osmo-upf-master/osmo-upf.cfg"
          },
          {
            "editType" : "add",
            "file" : "osmo-upf-master/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-upf-test/UPF_Tests.cfg",
          "ttcn3-upf-test/Makefile",
          "ttcn3-upf-test/Dockerfile",
          "ttcn3-upf-test/osmo-upf.cfg",
          "ttcn3-upf-test/jenkins.sh"
        ],
        "commitId" : "6f366b30a970fb16111ca52af336780c27675156",
        "timestamp" : 1663804912000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/neels",
          "fullName" : "Neels Hofmeyr"
        },
        "authorEmail" : "nhofmeyr@sysmocom.de",
        "comment" : "add ttcn3-upf-test\u000a\u000aRelated: I43cd55c9395f2c706369afe1a9a7f475be47339f (osmo-ci)\u000aRelated: I5964979b3db86268f6011df0afbee7131557f405 (osmo-ci)\u000aChange-Id: I7a651bb85861de4b2677a731b9f17fa0d790c621\u000a",
        "date" : "2022-09-22 02:01:52 +0200",
        "id" : "6f366b30a970fb16111ca52af336780c27675156",
        "msg" : "add ttcn3-upf-test",
        "paths" : [
          {
            "editType" : "add",
            "file" : "ttcn3-upf-test/Makefile"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-upf-test/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-upf-test/osmo-upf.cfg"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-upf-test/UPF_Tests.cfg"
          },
          {
            "editType" : "add",
            "file" : "ttcn3-upf-test/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/neels",
      "fullName" : "Neels Hofmeyr"
    }
  ]
}