{
  "_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" : "org.jenkinsci.plugins.cppcheck.CppcheckBuildAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.dry.DryResultAction"
    },
    {
      "_class" : "hudson.plugins.tasks.TasksResultAction"
    },
    {
      "_class" : "com.nirima.jenkins.plugins.docker.action.DockerBuildAction"
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#12",
  "duration" : 1062803,
  "estimatedDuration" : 899378,
  "executor" : None,
  "fullDisplayName" : "Orxonox trunk (QC: Checks) #12",
  "id" : "12",
  "keepLog" : False,
  "number" : 12,
  "queueId" : 335,
  "result" : "UNSTABLE",
  "timestamp" : 1514950526087,
  "url" : "https://www.orxonox.net/jenkins/view/All/job/orxonox_qc_trunk_checks/12/",
  "builtOn" : "docker-3cd3529dc696",
  "changeSet" : {
    "_class" : "hudson.scm.SubversionChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/test.txt"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11695",
        "timestamp" : 1514943260411,
        "date" : "2018-01-03T01:34:20.411693Z",
        "msg" : "removed useless file that was added in BigShip_HS16",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "/code/trunk/src/test.txt"
          }
        ],
        "revision" : 11695,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/CMakeLists.txt"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11694",
        "timestamp" : 1514943192468,
        "date" : "2018-01-03T01:33:12.468181Z",
        "msg" : "CMP0026 is deprecated in recent versions of CMake -> moved it to the APPLE section because it seems to be used only there and therefore should be fixed there",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/CMakeLists.txt"
          }
        ],
        "revision" : 11694,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "cmake/tools/TargetUtilities.cmake"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11693",
        "timestamp" : 1514943103313,
        "date" : "2018-01-03T01:31:43.313155Z",
        "msg" : "apparently we must create the directory for module/plugin-files manually to make it work with some (older?) versions of CMake",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/cmake/tools/TargetUtilities.cmake"
          }
        ],
        "revision" : 11693,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "cmake/tools/TargetUtilities.cmake",
          "src/libraries/core/ApplicationPaths.cc",
          "src/libraries/core/ApplicationPaths.h",
          "src/libraries/core/Core.cc",
          "src/libraries/core/module/PluginManager.cc"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11692",
        "timestamp" : 1514940200487,
        "date" : "2018-01-03T00:43:20.487835Z",
        "msg" : "with the latest CMake there are a lot of warnings about the usage of CMP0026. therefore the naming and content of the module/plugin-files had to be changed:\nold: <library-filename>.module with content <target-name>\nnew: <target-name>.module with content <library-filename>\nthis seems to comply better with cmake and works equally well in c++ (with some small adjustments).\nreference: https://cmake.org/cmake/help/v3.0/policy/CMP0026.html",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/cmake/tools/TargetUtilities.cmake"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/libraries/core/ApplicationPaths.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/libraries/core/ApplicationPaths.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/libraries/core/Core.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/libraries/core/module/PluginManager.cc"
          }
        ],
        "revision" : 11692,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/libraries/core/Core.cc"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11691",
        "timestamp" : 1514937921924,
        "date" : "2018-01-03T00:05:21.924866Z",
        "msg" : "bugfix: don't try to unload a DynLib if it doesn't exist (e.g. after loading the DynLib failed)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/libraries/core/Core.cc"
          }
        ],
        "revision" : 11691,
        "user" : "Fabian Landau"
      }
    ],
    "kind" : "svn",
    "revisions" : [
      {
        "module" : "http://svn.orxonox.net/game/code/trunk",
        "revision" : 11695
      }
    ]
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/fvultier",
      "fullName" : "fvultier"
    },
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
      "fullName" : "Fabian Landau"
    },
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/patricwi",
      "fullName" : "patricwi"
    }
  ]
}