{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 22,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
            "branch" : [
              {
                "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
            "branch" : [
              {
                "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
        "branch" : [
          {
            "SHA1" : "52be9c2e4000712ec255486f28e8293d58deaf07",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://git.osmocom.org/docker-playground"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#22",
  "duration" : 378,
  "estimatedDuration" : 328,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #22",
  "id" : "22",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 22,
  "queueId" : 130118,
  "result" : "SUCCESS",
  "timestamp" : 1584729068601,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/update-osmo-ci-on-slaves-dp/22/",
  "builtOn" : "admin2-deb9build",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/osmo-gsm-tester-master.sh"
        ],
        "commitId" : "cafa320eba9bc41480091cd1ab62fdf17da943d4",
        "timestamp" : 1584728255000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Use non 'inst' name as target install dir, and remove\u000ait once archived\u000aosmo-gsm-tester uses also the \"inst/\" directory, so using that name to \u000ainstall from cmake is not a good idea here, since they will end up in \u000athe same directory under /tmp/trial/inst. Also, make sure the temporary\u000ainstall dst directory is removed after creating the archive, since at\u000athat point is no longer needed.\u000aChange-Id: Ib6610487140f0703d5817241bc4a63027696c1d4\u000a",
        "date" : "2020-03-20 19:17:35 +0100",
        "id" : "cafa320eba9bc41480091cd1ab62fdf17da943d4",
        "msg" : "osmo-gsm-tester: Use non 'inst' name as target install dir, and remove",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/osmo-gsm-tester-master.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/jenkins.sh"
        ],
        "commitId" : "8e8f671711638f486de46605a39b58529839f3b2",
        "timestamp" : 1584728255000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Allow changing host's trial directory\u000aIt's set to /tmp/trial by default for convenience, since it's a \u000atemporary directory and easy to remember and to access. Still, let's \u000agive the opportunity to change it (if user wants it to be stored in \u000apersistent data or if has low amounts of non-persistent memory).\u000aChange-Id: I2a7ea361c6156c97bd8d2d94cf1b6856344d4d9f\u000a",
        "date" : "2020-03-20 19:17:35 +0100",
        "id" : "8e8f671711638f486de46605a39b58529839f3b2",
        "msg" : "osmo-gsm-tester: Allow changing host's trial directory",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/jenkins.sh"
        ],
        "commitId" : "52be9c2e4000712ec255486f28e8293d58deaf07",
        "timestamp" : 1584728274000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Print colored run output succes/failure\u000aThis way one can quickly see if osmo-gsm-tester run fine or an issue \u000aocurred and logs need to be checked.\u000aChange-Id: I0b267889f403fc1505f9dd859568bc15a120dd81\u000a",
        "date" : "2020-03-20 19:17:54 +0100",
        "id" : "52be9c2e4000712ec255486f28e8293d58deaf07",
        "msg" : "osmo-gsm-tester: Print colored run output succes/failure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}