{
  "_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" : 51,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
            "branch" : [
              {
                "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
            "branch" : [
              {
                "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
        "branch" : [
          {
            "SHA1" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
            "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" : 222,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#51",
  "duration" : 96805,
  "estimatedDuration" : 122464,
  "executor" : None,
  "fullDisplayName" : "DIM-Diamant-Backend #51",
  "id" : "51",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 51,
  "queueId" : 53,
  "result" : "SUCCESS",
  "timestamp" : 1570025163068,
  "url" : "https://devel.data-in-motion.biz/jenkins/job/DIM-Diamant-Backend/51/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "cnf/local/index.xml",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/DiamantResource.java",
          "de.dim.diamant.runtime/.gitignore",
          "de.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java",
          "cnf/local/.gitignore",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/ProductServiceImpl.java",
          "cnf/local/index.xml.sha",
          "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
        ],
        "commitId" : "d359890c8266c3b67b68d2e13cbf4865ea03b318",
        "timestamp" : 1570012441000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "bug emf-mongo\u000a- changed service config\u000a- fix missing feedbacks in sample data\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 12:34:01 +0200",
        "id" : "d359890c8266c3b67b68d2e13cbf4865ea03b318",
        "msg" : "bug emf-mongo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/ProductServiceImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/.gitignore"
          },
          {
            "editType" : "delete",
            "file" : "cnf/local/index.xml"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java"
          },
          {
            "editType" : "add",
            "file" : "cnf/local/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/DiamantResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java"
          },
          {
            "editType" : "delete",
            "file" : "cnf/local/index.xml.sha"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java",
          "de.dim.diamant.model/model/diamant.genmodel",
          "de.dim.diamant.model/src/de/dim/diamant/Treatment.java",
          "de.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java",
          "de.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java",
          "de.dim.diamant.model/model/diamant.ecore",
          "de.dim.diamant.model/src/de/dim/diamant/TreatmentPreparation.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/TreatmentPreparationImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/util/DiamantSwitch.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/TreatmentImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java"
        ],
        "commitId" : "1c6ccef180a19a96a93a7ba719c5481160e3b951",
        "timestamp" : 1570012876000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "model change for treatment\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 12:41:16 +0200",
        "id" : "1c6ccef180a19a96a93a7ba719c5481160e3b951",
        "msg" : "model change for treatment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/util/DiamantSwitch.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java"
          },
          {
            "editType" : "delete",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/TreatmentPreparationImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/TreatmentImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.ecore"
          },
          {
            "editType" : "delete",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/TreatmentPreparation.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.genmodel"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/Treatment.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.npm/diamant.ts",
          "de.dim.diamant.npm/package.json",
          "de.dim.diamant.npm/diamant.json"
        ],
        "commitId" : "9314fffe10f2a3011eebd908d72b4ce3b5209ce2",
        "timestamp" : 1570012894000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "update npm modelchange version 1.0.4\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 12:41:34 +0200",
        "id" : "9314fffe10f2a3011eebd908d72b4ce3b5209ce2",
        "msg" : "update npm modelchange version 1.0.4",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.npm/diamant.ts"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.npm/package.json"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.npm/diamant.json"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service/.settings/org.eclipse.core.resources.prefs",
          "de.dim.diamant.service/src/de/dim/diamant/service/api/TreatmentService.java",
          "de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ProductServiceIntegrationTest.java",
          "de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TreatmentServiceIntegrationTest.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/TreatmentServiceImpl.java"
        ],
        "commitId" : "fa9a0990b250f4818708ce0f0d7a9ebde9d4268d",
        "timestamp" : 1570016937000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "treatment service\u000a- fix failing integration tests because of prototype services\u000a- treamtment service\u000a- integration test treatment service\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 13:48:57 +0200",
        "id" : "fa9a0990b250f4818708ce0f0d7a9ebde9d4268d",
        "msg" : "treatment service",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/api/TreatmentService.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ProductServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TreatmentServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/ProductResource.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/TreatmentServiceImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.rest/src/de/dim/diamant/rest/TreatmentResource.java",
          "de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs"
        ],
        "commitId" : "928ebaa1f6299aeb9ffd036f0a37a99673b8da24",
        "timestamp" : 1570017333000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "REST Treatment\u000a- rest resource\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 13:55:33 +0200",
        "id" : "928ebaa1f6299aeb9ffd036f0a37a99673b8da24",
        "msg" : "REST Treatment",
        "paths" : [
          {
            "editType" : "add",
            "file" : "de.dim.diamant.rest/src/de/dim/diamant/rest/TreatmentResource.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.rest/.settings/org.eclipse.core.resources.prefs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java",
          "de.dim.diamant.model/model/diamant.genmodel",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/TransactionEntryNotificationDispatcherTest.java",
          "de.dim.diamant.service.tests/bnd.bnd",
          "de.dim.diamant.model/src/de/dim/diamant/impl/NotificationImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/Notification.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java",
          "de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/event/TransactionEntryNotificationHandler.java",
          "de.dim.diamant.model/model/diamant.ecore",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/NotificationMessageHandlerTest.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/event/NotificationMessageHandler.java",
          "de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/AssetModificationHandlerTest.java"
        ],
        "commitId" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
        "timestamp" : 1570025151000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "integration test notification\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-10-02 16:05:51 +0200",
        "id" : "166cf25e8f057f86f33a9321e41fd0f85576cc12",
        "msg" : "integration test notification",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/NotificationImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.genmodel"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/AssetModificationHandlerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/event/TransactionEntryNotificationHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/Notification.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/event/NotificationMessageHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/TransactionEntryNotificationDispatcherTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/event/tests/NotificationMessageHandlerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.ecore"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}