{
  "_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/osmith/wip-dahdi" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 309,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7ac0902cd740139b0d1cfdbd90179de7379d2883",
            "branch" : [
              {
                "SHA1" : "7ac0902cd740139b0d1cfdbd90179de7379d2883",
                "name" : "refs/remotes/origin/osmith/wip-dahdi"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7ac0902cd740139b0d1cfdbd90179de7379d2883",
            "branch" : [
              {
                "SHA1" : "7ac0902cd740139b0d1cfdbd90179de7379d2883",
                "name" : "refs/remotes/origin/osmith/wip-dahdi"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 329,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
            "branch" : [
              {
                "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
            "branch" : [
              {
                "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
        "branch" : [
          {
            "SHA1" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
            "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" : "#329",
  "duration" : 1533,
  "estimatedDuration" : 328,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves-dp #329",
  "id" : "329",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 329,
  "queueId" : 683246,
  "result" : "SUCCESS",
  "timestamp" : 1645531267340,
  "url" : "https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves-dp/329/",
  "builtOn" : "gtp0-deb9build",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-fr-test/jenkins.sh"
        ],
        "commitId" : "0f63ef4b6de19b26d808130c9a5da67947f64190",
        "timestamp" : 1645527612000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ttcn3-fr-test/jenkins.sh: revert docker run --rm\u000a\u000aRevert the change of adding a --rm to the \"docker run\" commands done in\u000aI48b01c43fedf379b8a565eaab0369806d7831bd8.\u000a\u000aThis script runs the containers in the background, waits until they are\u000adone, copies the logs and then removes them afterwards.\u000a\u000aFix for:\u000a  + docker kill jenkins-ttcn3-fr-test-384-frnet\u000a  jenkins-ttcn3-fr-test-384-frnet\u000a  + docker logs --timestamps jenkins-ttcn3-fr-test-384-ttcn3-fr-test\u000a  Error: No such container: jenkins-ttcn3-fr-test-384-ttcn3-fr-test\u000a\u000aChange-Id: I56dc07820ccfa8ad6936764262a7c6c272e59c37\u000a",
        "date" : "2022-02-22 12:00:12 +0100",
        "id" : "0f63ef4b6de19b26d808130c9a5da67947f64190",
        "msg" : "ttcn3-fr-test/jenkins.sh: revert docker run --rm",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-fr-test/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ttcn3-fr-test/jenkins.sh"
        ],
        "commitId" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
        "timestamp" : 1645527998000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ttcn3-fr-test/jenkins.sh: make use of clean_up()\u000a\u000aMove cleaning up logic to clean_up(), so it runs as part of the\u000aclean_up_trap if any command in the previous code fails.\u000a\u000aFor example, if the first docker container started properly, but the\u000asecond docker container failed to start: without this patch, it would\u000ajust stop the script without running the clean up code.\u000a\u000aChange-Id: I4624e37d5d2fa90b71b32d72067b3645f69805da\u000a",
        "date" : "2022-02-22 12:06:38 +0100",
        "id" : "5e0efb16e8dfe05ccaf51e21f823258c6b6827cc",
        "msg" : "ttcn3-fr-test/jenkins.sh: make use of clean_up()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ttcn3-fr-test/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}