{
  "_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/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 32,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
            "branch" : [
              {
                "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
            "branch" : [
              {
                "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
        "branch" : [
          {
            "SHA1" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/gecko.io/geckoMongoEMF.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 97,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#32",
  "duration" : 68693,
  "estimatedDuration" : 76239,
  "executor" : None,
  "fullDisplayName" : "geckoMongoEMFRelease #32",
  "id" : "32",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 32,
  "queueId" : 188,
  "result" : "SUCCESS",
  "timestamp" : 1583843537778,
  "url" : "https://devel.data-in-motion.biz/jenkins/view/Gecko.io%20Release/job/geckoMongoEMFRelease/32/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.emf.mongo/component.bnd",
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/codecs/MongoCodecTest.java",
          "org.gecko.emf.mongo/src/org/gecko/emf/mongo/codecs/builder/EObjectBuilderImpl.java",
          "org.gecko.emf.mongo/src/org/gecko/emf/mongo/codecs/EObjectCollectibleCodec.java",
          "org.gecko.emf.mongo.tests/bnd.bnd",
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java"
        ],
        "commitId" : "229f167f97b269338b281de038c942592ad95c50",
        "timestamp" : 1580476579000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "added possibility to load contained objects in non-contained ref\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2020-01-31 14:16:19 +0100",
        "id" : "229f167f97b269338b281de038c942592ad95c50",
        "msg" : "added possibility to load contained objects in non-contained ref",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo/component.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo/src/org/gecko/emf/mongo/codecs/EObjectCollectibleCodec.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo/src/org/gecko/emf/mongo/codecs/builder/EObjectBuilderImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/codecs/MongoCodecTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java"
        ],
        "commitId" : "0acedeac57ff48b62bdaee738d61f1a4010d96e8",
        "timestamp" : 1583649307000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Test\u000a- added additional test for multiple database setup\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-08 07:35:07 +0100",
        "id" : "0acedeac57ff48b62bdaee738d61f1a4010d96e8",
        "msg" : "Test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/metatype/MongoDatabaseMetaTypeProvider.java",
          "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/MongoDatabaseProvider.java",
          "org.gecko.mongo.osgi/component.bnd",
          "org.gecko.emf.mongo.tests/bnd.bnd",
          "org.gecko.emf.collections/bnd.bnd",
          "cnf/ext/dim_nexus.maven",
          "cnf/ext/dim_release.maven",
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoProxyQueryAppenderTest.java",
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoEMFSetting.java",
          "org.gecko.emf.mongo/src/org/gecko/emf/mongo/handlers/MongoResourceSetConfiguratorComponent.java",
          "org.gecko.mongo.osgi.tests/bnd.bnd",
          "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java",
          "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/package-info.java",
          "org.gecko.mongo.osgi/api.bnd"
        ],
        "commitId" : "a47eb0a66b5630d3c7ee32d21dee9900a6b0cd8e",
        "timestamp" : 1583672991000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "added mongo db alias as emf.configurator.name\u000a- added db name as emf.config.name property\u000a- added new property database.identifier to be backward compatible\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-08 14:09:51 +0100",
        "id" : "a47eb0a66b5630d3c7ee32d21dee9900a6b0cd8e",
        "msg" : "added mongo db alias as emf.configurator.name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoProxyQueryAppenderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoEMFSetting.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.collections/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo/src/org/gecko/emf/mongo/handlers/MongoResourceSetConfiguratorComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi/api.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/src/org/gecko/emf/mongo/tests/MongoIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/metatype/MongoDatabaseMetaTypeProvider.java"
          },
          {
            "editType" : "edit",
            "file" : "cnf/ext/dim_nexus.maven"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi/src/org/gecko/mongo/osgi/MongoDatabaseProvider.java"
          },
          {
            "editType" : "add",
            "file" : "cnf/ext/dim_release.maven"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi/component.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.mongo.osgi.tests/bnd.bnd",
          "org.gecko.emf.mongo.tests/bnd.bnd"
        ],
        "commitId" : "dcfcecbdc0fa87e0a68ec43887e7321ad3656dca",
        "timestamp" : 1583743644000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Build dependencies\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-09 09:47:24 +0100",
        "id" : "dcfcecbdc0fa87e0a68ec43887e7321ad3656dca",
        "msg" : "Build dependencies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi.tests/bnd.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "cnf/ext/dim_nexus.maven",
          "org.gecko.emf.mongo.tests/bnd.bnd",
          "cnf/ext/dim_release.maven",
          "cnf/ext/central.maven",
          "org.gecko.mongo.osgi.tests/bnd.bnd"
        ],
        "commitId" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
        "timestamp" : 1583843222000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "update dependencies\u000a- gecko emf api and component\u000a- core test\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-03-10 13:27:02 +0100",
        "id" : "9f75dab972ad8467197b6350daa52fa49ee865ab",
        "msg" : "update dependencies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "cnf/ext/central.maven"
          },
          {
            "editType" : "edit",
            "file" : "cnf/ext/dim_nexus.maven"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.emf.mongo.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.mongo.osgi.tests/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "cnf/ext/dim_release.maven"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
      "fullName" : "i.salvadori"
    },
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}