{
  "_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" : 92,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "303aeb781634354a597066972883917d614a0c51",
            "branch" : [
              {
                "SHA1" : "303aeb781634354a597066972883917d614a0c51",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "303aeb781634354a597066972883917d614a0c51",
            "branch" : [
              {
                "SHA1" : "303aeb781634354a597066972883917d614a0c51",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "303aeb781634354a597066972883917d614a0c51",
        "branch" : [
          {
            "SHA1" : "303aeb781634354a597066972883917d614a0c51",
            "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" : 107,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#92",
  "duration" : 234329,
  "estimatedDuration" : 230680,
  "executor" : None,
  "fullDisplayName" : "geckoRuntimeRelease #92",
  "id" : "92",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 92,
  "queueId" : 356,
  "result" : "SUCCESS",
  "timestamp" : 1594324446117,
  "url" : "https://devel.data-in-motion.biz/jenkins/view/Gecko.io%20Release/job/geckoRuntimeRelease/92/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml"
        ],
        "commitId" : "1b3293a7a2946ccd695d19cee1f0a3d0deead001",
        "timestamp" : 1586181506000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/j.albert",
          "fullName" : "j.albert"
        },
        "authorEmail" : "j.albert@data-in-motion.biz",
        "comment" : "fixed docker compose file\u000a",
        "date" : "2020-04-06 13:58:26 +0000",
        "id" : "1b3293a7a2946ccd695d19cee1f0a3d0deead001",
        "msg" : "fixed docker compose file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.templates/resources/templates/gecko-runtime/docker-compose/prod/docker-compose.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.templates/bnd.bnd"
        ],
        "commitId" : "54991eb53ad239f082f2c0c18caa3757cb9ba5f1",
        "timestamp" : 1588011651000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "- fix build breaker\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-04-27 20:20:51 +0200",
        "id" : "54991eb53ad239f082f2c0c18caa3757cb9ba5f1",
        "msg" : "- fix build breaker",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "org.gecko.templates/bnd.bnd"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java",
          "org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java",
          "org.gecko.core/api.bnd",
          "org.gecko.core/src/org/gecko/core/api/connection/package-info.java"
        ],
        "commitId" : "ce973287aed520e70db60a3b0ba666b0a02d001e",
        "timestamp" : 1588087711000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Connection\u000a- add basic http connections facade\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-04-28 17:28:31 +0200",
        "id" : "ce973287aed520e70db60a3b0ba666b0a02d001e",
        "msg" : "Connection",
        "paths" : [
          {
            "editType" : "add",
            "file" : "org.gecko.core/src/org/gecko/core/api/connection/package-info.java"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.core/src/org/gecko/core/api/connection/ConnectionFacade.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.core/api.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.core/src/org/gecko/core/api/connection/DeSerializer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.logging/.gitignore",
          "org.gecko.logging/launch_example.bndrun",
          "org.gecko.logging/.classpath",
          "org.gecko.logging/bnd.bnd",
          "org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs",
          "org.gecko.runtime.tests/bnd.bnd",
          "org.gecko.logging/.settings/org.eclipse.core.resources.prefs",
          "cnf/ext/central.maven",
          "org.gecko.logging/.project",
          "org.gecko.logging/.settings/org.eclipse.jdt.core.prefs"
        ],
        "commitId" : "ec6897304678b80e926f5119d224964ebcc8d58c",
        "timestamp" : 1594126662000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "- added logging fragment\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-07-07 14:57:42 +0200",
        "id" : "ec6897304678b80e926f5119d224964ebcc8d58c",
        "msg" : "- added logging fragment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "cnf/ext/central.maven"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.runtime.tests/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.classpath"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/launch_example.bndrun"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.project"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.settings/org.eclipse.jdt.core.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging/.settings/org.eclipse.jdt.ui.prefs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.logging.sample/.project",
          "org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs",
          "org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java",
          "org.gecko.logging.sample/etc/logback.xml",
          "org.gecko.logging.sample/.classpath",
          "org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs",
          "org.gecko.logging/launch_example.bndrun",
          "org.gecko.logging.sample/.gitignore",
          "org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs",
          "org.gecko.logging/bnd.bnd",
          "org.gecko.logging.sample/launch_example.bndrun",
          "org.gecko.logging.sample/bnd.bnd",
          "cnf/ext/defaults.bnd",
          "org.gecko.logging/.settings/org.eclipse.core.resources.prefs"
        ],
        "commitId" : "b1c21e43ba1cdcb931cba85ef55d6dcd099eed05",
        "timestamp" : 1594324121000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "Logging\u000a- fix packing issue log4j ServiceLoader properties\u000a- added sample project\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-07-09 21:48:41 +0200",
        "id" : "b1c21e43ba1cdcb931cba85ef55d6dcd099eed05",
        "msg" : "Logging",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "cnf/ext/defaults.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.settings/org.eclipse.jdt.ui.prefs"
          },
          {
            "editType" : "delete",
            "file" : "org.gecko.logging/launch_example.bndrun"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.gitignore"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.settings/org.eclipse.jdt.core.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.project"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging/.settings/org.eclipse.core.resources.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/etc/logback.xml"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/launch_example.bndrun"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/.classpath"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/j.albert",
      "fullName" : "j.albert"
    },
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}