{
  "_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" : 15,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
            "branch" : [
              {
                "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
            "branch" : [
              {
                "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
        "branch" : [
          {
            "SHA1" : "4b686a004e179f2d1516202256936c0eaf123c71",
            "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" : "#15",
  "duration" : 359,
  "estimatedDuration" : 328,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #15",
  "id" : "15",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 15,
  "queueId" : 114151,
  "result" : "SUCCESS",
  "timestamp" : 1583227270717,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/update-osmo-ci-on-slaves-dp/15/",
  "builtOn" : "admin2-deb9build",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/Dockerfile"
        ],
        "commitId" : "3e59758fd73b207477a8137a0144ea5440091c63",
        "timestamp" : 1583163593000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: new versions require python3-numpy\u000aChange-Id: Ic1a9edbaf4151aabd157f859ec6fbec30d4f27b0\u000a",
        "date" : "2020-03-02 16:39:53 +0100",
        "id" : "3e59758fd73b207477a8137a0144ea5440091c63",
        "msg" : "osmo-gsm-tester: new versions require python3-numpy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/Dockerfile"
        ],
        "commitId" : "79032097dc1cd77db03334f061b121781e13e429",
        "timestamp" : 1583166519000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Add missing srsLTE dependencies (soapy)\u000aCurrently srsLTE trials link against soapySDR library to have LimeSDR \u000asupport. We need to move installation of those new packages further \u000abelow in the Dockerfiler because that lib version is only available with \u000aosmocom repositories (which were added at a later point in the file).\u000aChange-Id: Ia0e506954ffebd94adb75fec6bf481e41f9ec436\u000a",
        "date" : "2020-03-02 17:28:39 +0100",
        "id" : "79032097dc1cd77db03334f061b121781e13e429",
        "msg" : "osmo-gsm-tester: Add missing srsLTE dependencies (soapy)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/Dockerfile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/osmo-gsm-tester.sh",
          "osmo-gsm-tester/resources.conf",
          "osmo-gsm-tester/Dockerfile",
          "osmo-gsm-tester/osmo-gsm-tester-slave.sh",
          "osmo-gsm-tester/osmo-gsm-tester-master.sh",
          "osmo-gsm-tester/jenkins.sh"
        ],
        "commitId" : "2a9cf7a53a0697249d4eda3381515ab7f63da168",
        "timestamp" : 1583166519000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Improvements anv fixes to run 4G network with latest\u000aogt version\u000a* Fix wrong KI.\u000a* Add an extra IP address to slave so that ENB and EPC can be run on\u000a different IP addresses and their GTP ports don't collide.\u000a* Add required rf parameters to resources.conf\u000aChange-Id: I0198bc99f75e9567ee717aa79e434ec28705fac9\u000a",
        "date" : "2020-03-02 17:28:39 +0100",
        "id" : "2a9cf7a53a0697249d4eda3381515ab7f63da168",
        "msg" : "osmo-gsm-tester: Improvements anv fixes to run 4G network with latest",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "osmo-gsm-tester/osmo-gsm-tester.sh"
          },
          {
            "editType" : "add",
            "file" : "osmo-gsm-tester/osmo-gsm-tester-slave.sh"
          },
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/resources.conf"
          },
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/jenkins.sh"
          },
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "osmo-gsm-tester/osmo-gsm-tester-master.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "osmo-gsm-tester/Dockerfile"
        ],
        "commitId" : "4b686a004e179f2d1516202256936c0eaf123c71",
        "timestamp" : 1583168664000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo-gsm-tester: Copy limits.d files to docker image\u000aThese are required to allow setting rt prio for jenkins user inside the \u000adocker container, as well as for being allowed to create coredump files.\u000aChange-Id: I8ed6193196d739c1416976d431d07b8a0c55ee2a\u000a",
        "date" : "2020-03-02 18:04:24 +0100",
        "id" : "4b686a004e179f2d1516202256936c0eaf123c71",
        "msg" : "osmo-gsm-tester: Copy limits.d files to docker image",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "osmo-gsm-tester/Dockerfile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ]
}