{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause",
          "shortDescription" : "Started by GitLab push by Jürgen Abert"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 84,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
            "branch" : [
              {
                "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
            "branch" : [
              {
                "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
        "branch" : [
          {
            "SHA1" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/gecko.io/geckoRuntime.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 106,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Jürgen Abert",
  "displayName" : "#84",
  "duration" : 225865,
  "estimatedDuration" : 230680,
  "executor" : None,
  "fullDisplayName" : "geckoRuntimeRelease #84",
  "id" : "84",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 84,
  "queueId" : 46,
  "result" : "SUCCESS",
  "timestamp" : 1579270014558,
  "url" : "https://devel.data-in-motion.biz/jenkins/view/Gecko.io%20Release/job/geckoRuntimeRelease/84/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java",
          "org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java",
          "org.gecko.core/test.bnd"
        ],
        "commitId" : "2f5821fcb953e8aaeaac21961b87ea345dd3700f",
        "timestamp" : 1575292533000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "- fix error exception on getservice\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2019-12-02 14:15:33 +0100",
        "id" : "2f5821fcb953e8aaeaac21961b87ea345dd3700f",
        "msg" : "- fix error exception on getservice",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.core/test/org/gecko/core/test/ServiceCustomizerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.core/src/org/gecko/core/tests/ServiceCheckerCustomizer.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.core/test.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "cnf/ext/defaults.bnd",
          "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java",
          "org.gecko.core/src/org/gecko/core/pool/package-info.java",
          "org.gecko.core/pool.bnd",
          "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java",
          "org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java"
        ],
        "commitId" : "efd545c2a8b90206ddb670c570a93244b6f4876f",
        "timestamp" : 1576570036000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "- ConfigurablePoolComponent added\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2019-12-17 09:07:16 +0100",
        "id" : "efd545c2a8b90206ddb670c570a93244b6f4876f",
        "msg" : "- ConfigurablePoolComponent added",
        "paths" : [
          {
            "editType" : "add",
            "file" : "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.core/src/org/gecko/core/pool/package-info.java"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolConstants.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.core/pool.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.core/test/org/gecko/core/pool/ConfigurablePoolComponentTest.java"
          },
          {
            "editType" : "edit",
            "file" : "cnf/ext/defaults.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.templates/bnd.bnd",
          "org.gecko.runtime.bnd/bnd.bnd",
          "org.gecko.runtime.releng/bnd.bnd"
        ],
        "commitId" : "79e229520df072ba7d830e7cb9ed80d37519f50a",
        "timestamp" : 1576570050000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "- increased versions\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2019-12-17 09:07:30 +0100",
        "id" : "79e229520df072ba7d830e7cb9ed80d37519f50a",
        "msg" : "- increased versions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.templates/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.runtime.bnd/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.runtime.releng/bnd.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java"
        ],
        "commitId" : "26a2fff6e451836977e34d6c4f5ccce211e8b2d1",
        "timestamp" : 1576570067000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "- increased waiting time in tests due to failing\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2019-12-17 09:07:47 +0100",
        "id" : "26a2fff6e451836977e34d6c4f5ccce211e8b2d1",
        "msg" : "- increased waiting time in tests due to failing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.core/test/org/gecko/core/resources/AbstractFileWatcherTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java"
        ],
        "commitId" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
        "timestamp" : 1576571989000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "- service factory pid added to registered pool\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2019-12-17 09:39:49 +0100",
        "id" : "64b1c64283d0f42fdcd8b98222f083e30d6b3085",
        "msg" : "- service factory pid added to registered pool",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.core/src/org/gecko/core/pool/ConfigurablePoolComponent.java"
          }
        ]
      }
    ],
    "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"
    }
  ]
}