{
  "_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" : 59,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
            "branch" : [
              {
                "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
            "branch" : [
              {
                "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
        "branch" : [
          {
            "SHA1" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/datainmotion/diamant/backend.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "com.nirima.jenkins.plugins.docker.action.DockerBuildImageAction"
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 258,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#59",
  "duration" : 77032,
  "estimatedDuration" : 122464,
  "executor" : None,
  "fullDisplayName" : "DIM-Diamant-Backend #59",
  "id" : "59",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 59,
  "queueId" : 19,
  "result" : "SUCCESS",
  "timestamp" : 1571332261162,
  "url" : "https://devel.data-in-motion.biz/jenkins/view/all/job/DIM-Diamant-Backend/59/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service/src/de/dim/diamant/service/event/TransactionEntryNotificationHandler.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/TransactionEntryNotificationDispatcherTest.java"
        ],
        "commitId" : "b56eb55ddd634c2024ef68c2e49768d37a71e010",
        "timestamp" : 1571323452000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Bugfix overfluent exception with AssetTransactionEntries\u000a- asset transaction entries get the transaction differently\u000a- corrected existing test\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-17 16:44:12 +0200",
        "id" : "b56eb55ddd634c2024ef68c2e49768d37a71e010",
        "msg" : "Bugfix overfluent exception with AssetTransactionEntries",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/event/TransactionEntryNotificationHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/TransactionEntryNotificationDispatcherTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/AssetResource.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/api/AssetService.java",
          "de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs"
        ],
        "commitId" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
        "timestamp" : 1571332203000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Search methods\u000a- added search for asset\u000a- added search for assets in transaction entries\u000a- added rest resources\u000a- service implementation\u000a- added integration tests\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-17 19:10:03 +0200",
        "id" : "b55cf313a6aa57fcd3b084ad64396c8fae596b7e",
        "msg" : "Search methods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/api/AssetService.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/AssetResource.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}