{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Matthias Mueller",
          "userId" : "mueller.matthias",
          "userName" : "Matthias Mueller"
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
            "branch" : [
              {
                "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
            "branch" : [
              {
                "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
        "branch" : [
          {
            "SHA1" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/appNG/appng-tomcat-session.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.jira.JiraBuildAction"
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 7,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "appng-tomcat-session-0.1.2-SNAPSHOT-sources.jar",
      "fileName" : "appng-tomcat-session-0.1.2-SNAPSHOT-sources.jar",
      "relativePath" : "target/appng-tomcat-session-0.1.2-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "appng-tomcat-session-0.1.2-SNAPSHOT.jar",
      "fileName" : "appng-tomcat-session-0.1.2-SNAPSHOT.jar",
      "relativePath" : "target/appng-tomcat-session-0.1.2-SNAPSHOT.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10",
  "duration" : 13657,
  "estimatedDuration" : 28653,
  "executor" : None,
  "fullDisplayName" : "appNG Tomcat Session #10",
  "id" : "10",
  "keepLog" : False,
  "number" : 10,
  "queueId" : 36606,
  "result" : "SUCCESS",
  "timestamp" : 1554731798839,
  "url" : "https://www.appng.org/jenkins/job/appNG%20Tomcat%20Session/10/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/org/appng/tomcat/session/Utils.java"
          ],
          "commitId" : "de3700f68bbace3d0eba3992da300ae02e84ee8e",
          "timestamp" : 1543480450000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@aiticon.com",
          "comment" : "ATS-11 avoid NPE\u000a",
          "date" : "2018-11-29 09:34:10 +0100",
          "id" : "de3700f68bbace3d0eba3992da300ae02e84ee8e",
          "msg" : "ATS-11 avoid NPE",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/tomcat/session/Utils.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/org/appng/tomcat/session/mongo/MongoStore.java"
          ],
          "commitId" : "6c0c8574d16c283ae2ef5f5a60bff014d2e5cac0",
          "timestamp" : 1544458421000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@aiticon.com",
          "comment" : "ATS-8\u000ano need to call this.collection.remove(mongoSession), since \u000asession.expire() will trigger manager.remove()\u000a",
          "date" : "2018-12-10 17:13:41 +0100",
          "id" : "6c0c8574d16c283ae2ef5f5a60bff014d2e5cac0",
          "msg" : "ATS-8",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/tomcat/session/mongo/MongoStore.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pom.xml",
            "src/main/java/org/appng/tomcat/session/Utils.java",
            "src/main/java/org/appng/tomcat/session/mongo/MongoSessionTrackerValve.java"
          ],
          "commitId" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
          "timestamp" : 1544518056000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@aiticon.com",
          "comment" : "ATS-11 support other webapps, not enforcing appNG\u000a",
          "date" : "2018-12-11 09:47:36 +0100",
          "id" : "85dcb28d0e3d0419b13f5353d0e14f757d6ae52f",
          "msg" : "ATS-11 support other webapps, not enforcing appNG",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pom.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/tomcat/session/Utils.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/tomcat/session/mongo/MongoSessionTrackerValve.java"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
      "fullName" : "Matthias.Mueller"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 11,
    "url" : "https://www.appng.org/jenkins/job/appNG%20Tomcat%20Session/11/"
  },
  "previousBuild" : {
    "number" : 9,
    "url" : "https://www.appng.org/jenkins/job/appNG%20Tomcat%20Session/9/"
  }
}