{
  "_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" : 40,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4f8f2512e311a34b69372dc8cb85fed945c56822",
            "branch" : [
              {
                "SHA1" : "4f8f2512e311a34b69372dc8cb85fed945c56822",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4f8f2512e311a34b69372dc8cb85fed945c56822",
            "branch" : [
              {
                "SHA1" : "4f8f2512e311a34b69372dc8cb85fed945c56822",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 174,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
            "branch" : [
              {
                "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
            "branch" : [
              {
                "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
        "branch" : [
          {
            "SHA1" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/gecko.io/geckoRuntime.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 103,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Mark Hoffmann",
  "displayName" : "#174",
  "duration" : 249814,
  "estimatedDuration" : 249464,
  "executor" : None,
  "fullDisplayName" : "geckoRuntime #174",
  "id" : "174",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 174,
  "queueId" : 357,
  "result" : "SUCCESS",
  "timestamp" : 1594489066341,
  "url" : "https://devel.data-in-motion.biz/jenkins/job/geckoRuntime/174/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "org.gecko.logging.log4j/.classpath",
          "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Log4JLogListener.java",
          "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Activator.java",
          "org.gecko.logging.log4j/.gitignore",
          "org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java",
          "org.gecko.logging.log4j/.settings/org.eclipse.jdt.core.prefs",
          "org.gecko.logging.sample/launch_example_log4j2.bndrun",
          "org.gecko.logging.log4j/.project",
          "org.gecko.logging.log4j/bnd.bnd",
          "org.gecko.templates/bnd.bnd",
          "org.gecko.logging.sample/etc/log4j2.xml",
          "org.gecko.logging.sample/.gitignore",
          "org.gecko.logging/bnd.bnd",
          "org.gecko.logging.sample/bnd.bnd",
          "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Log4JBridgeHandler.java",
          "cnf/ext/central.maven"
        ],
        "commitId" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
        "timestamp" : 1594489056000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
          "fullName" : "Mark Hoffmann"
        },
        "authorEmail" : "m.hoffmann@data-in-motion.biz",
        "comment" : "logging using log4j only\u000a- impl similar to felix.logback but 4 log4j2\u000aSigned-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>\u000a",
        "date" : "2020-07-11 19:37:36 +0200",
        "id" : "0d9d42fd4bccdc36f0720b04ada6d3b568529e32",
        "msg" : "logging using log4j only",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "cnf/ext/central.maven"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/.gitignore"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Log4JLogListener.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging.sample/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging.sample/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging/bnd.bnd"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.logging.sample/src/org/gecko/logging/sample/Example.java"
          },
          {
            "editType" : "edit",
            "file" : "org.gecko.templates/bnd.bnd"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/.settings/org.eclipse.jdt.core.prefs"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Activator.java"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/.project"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/src/org/gecko/logging/log4j/Log4JBridgeHandler.java"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/launch_example_log4j2.bndrun"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/.classpath"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.sample/etc/log4j2.xml"
          },
          {
            "editType" : "add",
            "file" : "org.gecko.logging.log4j/bnd.bnd"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/m.hoffmann",
      "fullName" : "Mark Hoffmann"
    }
  ]
}