{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause",
          "shortDescription" : "Started by GitLab push by Mark Hoffmann"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 48,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
            "branch" : [
              {
                "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
            "branch" : [
              {
                "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
        "branch" : [
          {
            "SHA1" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/datainmotion/diamant/backend.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 196,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#48",
  "duration" : 43516,
  "estimatedDuration" : 122464,
  "executor" : None,
  "fullDisplayName" : "DIM-Diamant-Backend #48",
  "id" : "48",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 48,
  "queueId" : 50,
  "result" : "FAILURE",
  "timestamp" : 1569685949259,
  "url" : "https://devel.data-in-motion.biz/jenkins/job/DIM-Diamant-Backend/48/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java",
          "cnf/local/index.xml",
          "de.dim.diamant.runtime/.settings/org.eclipse.core.resources.prefs",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java",
          "cnf/ext/dim_nexus.maven",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionResource.java",
          "de.dim.diamant.service.tests/bnd.bnd",
          "de.dim.diamant.runtime/src/de/dim/diamant/runtime/annotation/RequireDiamantRuntime.java",
          "de.dim.diamant.runtime/src/de/dim/diamant/runtime/annotation/RequireRuntime.java",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/ContactResource.java",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/ParticipantResource.java",
          "de.dim.diamant.service/bnd.bnd",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java",
          "de.dim.diamant.rest/bnd.bnd",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java",
          "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun",
          "cnf/local/index.xml.sha",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/NotificationResource.java",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/DiamantResource.java",
          "de.dim.diamant.runtime/gecko_logback.log",
          "de.dim.diamant.runtime/runtime/etc/logback.xml",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionEntryResource.java"
        ],
        "commitId" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
        "timestamp" : 1569685937000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "inheritance\u000a- all assets in one collection\u000a- all transactionentries in one collection\u000a- update mongoEMF no version that supports this strategy\u000a- added save/load options in corresponding services\u000a- modified tests\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-09-28 17:52:17 +0200",
        "id" : "0ce710c8e2080e28f7f9728e86c12afc7b0a9809",
        "msg" : "inheritance",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/ContactResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/ParticipantResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/NotificationResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionEntryResource.java"
          },
          {
            "editType" : "delete",
            "file" : "de.dim.diamant.runtime/gecko_logback.log"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "delete",
            "file" : "de.dim.diamant.runtime/src/de/dim/diamant/runtime/annotation/RequireRuntime.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/DiamantResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/TransactionResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.runtime/src/de/dim/diamant/runtime/annotation/RequireDiamantRuntime.java"
          },
          {
            "editType" : "edit",
            "file" : "cnf/local/index.xml.sha"
          },
          {
            "editType" : "edit",
            "file" : "cnf/ext/dim_nexus.maven"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/runtime/etc/logback.xml"
          },
          {
            "editType" : "edit",
            "file" : "cnf/local/index.xml"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/bnd.bnd"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}