{
  "_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" : 91,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
            "branch" : [
              {
                "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
            "branch" : [
              {
                "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
        "branch" : [
          {
            "SHA1" : "c674e62056425326f418d260bd4389f5ca5dd76c",
            "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" : 272,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#91",
  "duration" : 106513,
  "estimatedDuration" : 122464,
  "executor" : None,
  "fullDisplayName" : "DIM-Diamant-Backend #91",
  "id" : "91",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 91,
  "queueId" : 230,
  "result" : "SUCCESS",
  "timestamp" : 1584695681719,
  "url" : "https://devel.data-in-motion.biz/jenkins/job/DIM-Diamant-Backend/91/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/ServiceContract.java",
          "de.dim.diamant.model/src/de/dim/diamant/TransactionType.java",
          "de.dim.diamant.model/model/diamant.genmodel",
          "de.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/ServiceContractImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/util/DiamantSwitch.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java",
          "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun",
          "de.dim.diamant.model/src/de/dim/diamant/Asset.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/AssetImpl.java",
          "de.dim.diamant.model/src/de/dim/diamant/SellingContract.java",
          "de.dim.diamant.model/model/diamant.ecore",
          "de.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java",
          "de.dim.diamant.model/src/de/dim/diamant/impl/SellingContractImpl.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/data/OphthalmoDataComponent.java"
        ],
        "commitId" : "3f91a22c97aa64e8b37f9016f7264c95c178cd3e",
        "timestamp" : 1584644021000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "- contract as transaction\u000a- added selling and service ans new transaction type\u000a- added descriptive fields to asset\u000a- modified default data setup\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-19 19:53:41 +0100",
        "id" : "3f91a22c97aa64e8b37f9016f7264c95c178cd3e",
        "msg" : "- contract as transaction",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/SellingContract.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/TransactionType.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/DiamantPackage.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/Asset.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/AssetImpl.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/SellingContractImpl.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/ServiceContract.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.genmodel"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/model/diamant.ecore"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/ServiceContractImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/data/OphthalmoDataComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java",
          "de.dim.diamant.service.tests/bnd.bnd",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryTextProvider.java",
          "de.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs",
          "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.java",
          "de.dim.diamant.service/src/de/dim/diamant/service/api/TextProvider.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java",
          "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TextProviderServiceIntegrationTest.java",
          "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
        ],
        "commitId" : "c674e62056425326f418d260bd4389f5ca5dd76c",
        "timestamp" : 1584649224000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "text provider\u000a- added useful texts for assets\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-19 21:20:24 +0100",
        "id" : "c674e62056425326f418d260bd4389f5ca5dd76c",
        "msg" : "text provider",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/api/TextProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/AssetServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.runtime/de.dim.diamant.runtime.bndrun"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionEntryServiceIntegrationTest.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryTextProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/AssetServiceImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionEntryServiceimpl.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/TextProviderServiceIntegrationTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}