{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.scm.SubversionTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "com.nirima.jenkins.plugins.docker.action.DockerBuildAction"
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#15",
  "duration" : 786697,
  "estimatedDuration" : 628056,
  "executor" : None,
  "fullDisplayName" : "Orxonox branch OrxoBlox_FS19 (build & test) #15",
  "id" : "15",
  "keepLog" : False,
  "number" : 15,
  "queueId" : 1831,
  "result" : "FAILURE",
  "timestamp" : 1554388801835,
  "url" : "https://www.orxonox.net/jenkins/job/orxonox_tests_branch_OrxoBlox_FS19/15/",
  "builtOn" : "docker-44593aabda7b",
  "changeSet" : {
    "_class" : "hudson.scm.SubversionChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/OrxoBlox/CMakeLists.txt"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/pomselj",
          "fullName" : "pomselj"
        },
        "commitId" : "12283",
        "timestamp" : 1554388782017,
        "date" : "2019-04-04T14:39:42.017578Z",
        "msg" : "updated cmake",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt"
          }
        ],
        "revision" : 12283,
        "user" : "pomselj"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/OrxoBlox/BallGun"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/pomselj",
          "fullName" : "pomselj"
        },
        "commitId" : "12282",
        "timestamp" : 1554388711195,
        "date" : "2019-04-04T14:38:31.195687Z",
        "msg" : "removed useless folder",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun"
          }
        ],
        "revision" : 12282,
        "user" : "pomselj"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "data/levels/towerDefense.oxw",
          "src/modules/OrxoBlox/BallGun/BallGun.cc",
          "src/modules/OrxoBlox/BallGun/BallGun.h",
          "src/modules/OrxoBlox/BallGun/BallMunition.cc",
          "src/modules/OrxoBlox/BallGun/BallMunition.h",
          "src/modules/OrxoBlox/BallGun/BallProjectile.cc",
          "src/modules/OrxoBlox/BallGun/BallProjectile.h",
          "src/modules/weapons/munitions/BallMunition.cc",
          "src/modules/weapons/munitions/BallMunition.h",
          "src/modules/weapons/munitions/CMakeLists.txt",
          "src/modules/weapons/projectiles/BallProjectile.cc",
          "src/modules/weapons/projectiles/BallProjectile.h",
          "src/modules/weapons/projectiles/BasicProjectile.h",
          "src/modules/weapons/projectiles/CMakeLists.txt",
          "src/modules/weapons/weaponmodes/BallGun.cc",
          "src/modules/weapons/weaponmodes/BallGun.h",
          "src/modules/weapons/weaponmodes/CMakeLists.txt"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/pomselj",
          "fullName" : "pomselj"
        },
        "commitId" : "12281",
        "timestamp" : 1554388639198,
        "date" : "2019-04-04T14:37:19.198025Z",
        "msg" : "weapon stuff",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/data/levels/towerDefense.oxw"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGun.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGun.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallMunition.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallMunition.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallProjectile.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallProjectile.h"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/munitions/BallMunition.cc"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/munitions/BallMunition.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/munitions/CMakeLists.txt"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BasicProjectile.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/CMakeLists.txt"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/BallGun.cc"
          },
          {
            "editType" : "add",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/BallGun.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/CMakeLists.txt"
          }
        ],
        "revision" : 12281,
        "user" : "pomselj"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/OrxoBlox/OrxoBlox.cc",
          "src/modules/OrxoBlox/OrxoBlox.h"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/ahuwyler",
          "fullName" : "ahuwyler"
        },
        "commitId" : "12280",
        "timestamp" : 1554387969708,
        "date" : "2019-04-04T14:26:09.708661Z",
        "msg" : "better now",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h"
          }
        ],
        "revision" : 12280,
        "user" : "ahuwyler"
      }
    ],
    "kind" : "svn",
    "revisions" : [
      {
        "module" : "http://svn.orxonox.net/game/code/branches/OrxoBlox_FS19",
        "revision" : 12283
      }
    ]
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/ahuwyler",
      "fullName" : "ahuwyler"
    },
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/pomselj",
      "fullName" : "pomselj"
    }
  ]
}