{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/appng-scheduler-1.11.x" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 15,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
            "branch" : [
              {
                "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
                "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
            "branch" : [
              {
                "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
                "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
        "branch" : [
          {
            "SHA1" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
            "name" : "refs/remotes/origin/appng-scheduler-1.11.x"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:appNG/appng-scheduler.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 8,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.plugins.jira.JiraBuildAction"
    },
    {
      "_class" : "hudson.plugins.jira.JiraBuildAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#15",
  "duration" : 22102,
  "estimatedDuration" : 48253,
  "executor" : None,
  "fullDisplayName" : "appNG_Scheduler #15",
  "id" : "15",
  "keepLog" : False,
  "number" : 15,
  "queueId" : 974,
  "result" : "SUCCESS",
  "timestamp" : 1511787369493,
  "url" : "https://www.appng.org/jenkins/view/appNG%20Applications/job/appNG_Scheduler/15/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "pom.xml",
            "README.adoc"
          ],
          "commitId" : "bbb02bc151db6b154452e47116c106444a7318a4",
          "timestamp" : 1511784860000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@appng.org",
          "comment" : "SCHED-17 update pom.xml and readme\u000a",
          "date" : "2017-11-27 13:14:20 +0100",
          "id" : "bbb02bc151db6b154452e47116c106444a7318a4",
          "msg" : "SCHED-17 update pom.xml and readme",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pom.xml"
            },
            {
              "editType" : "edit",
              "file" : "README.adoc"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/org/appng/application/scheduler/SchedulerUtils.java",
            "application-home/application.xml",
            "src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java",
            "src/test/java/org/appng/application/scheduler/SchedulingTest.java",
            "src/main/java/org/appng/application/scheduler/business/SchedulingController.java",
            "src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java"
          ],
          "commitId" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
          "timestamp" : 1511787186000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
            "fullName" : "Matthias.Mueller"
          },
          "authorEmail" : "matthias.mueller@appng.org",
          "comment" : "SCHED-15 SCHED-16\u000avalidate jobs on startup, make sure 'jobBeanName' is set\u000a",
          "date" : "2017-11-27 13:53:06 +0100",
          "id" : "2e1a7106d65e6a7425fc8550bac4619fc37acde6",
          "msg" : "SCHED-15 SCHED-16",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SchedulingController.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/org/appng/application/scheduler/SchedulingTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/SchedulerUtils.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java"
            },
            {
              "editType" : "edit",
              "file" : "application-home/application.xml"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://www.appng.org/jenkins/user/matthias.mueller",
      "fullName" : "Matthias.Mueller"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 17,
    "url" : "https://www.appng.org/jenkins/view/appNG%20Applications/job/appNG_Scheduler/17/"
  },
  "previousBuild" : {
    "number" : 14,
    "url" : "https://www.appng.org/jenkins/view/appNG%20Applications/job/appNG_Scheduler/14/"
  }
}