{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 314946,
      "executingTimeMillis" : 314946,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7e38e00b89eaf6dc857ffa8bb48e8c6e3a3d149f",
            "branch" : [
              {
                "SHA1" : "7e38e00b89eaf6dc857ffa8bb48e8c6e3a3d149f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7e38e00b89eaf6dc857ffa8bb48e8c6e3a3d149f",
            "branch" : [
              {
                "SHA1" : "7e38e00b89eaf6dc857ffa8bb48e8c6e3a3d149f",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 89,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
            "branch" : [
              {
                "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
            "branch" : [
              {
                "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
        "branch" : [
          {
            "SHA1" : "976875eca2572118adbf620261de16c1709c4175",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/zonski/javafx-maven-plugin.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#89",
  "duration" : 314946,
  "estimatedDuration" : 159075,
  "executor" : None,
  "fullDisplayName" : "com.zenjava.javafx.maven.plugin #89",
  "id" : "89",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 89,
  "queueId" : 89,
  "result" : "SUCCESS",
  "timestamp" : 1521540366966,
  "url" : "https://consolving.de/jenkins/view/all/job/com.zenjava.javafx.maven.plugin/89/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/zenjava/javafx/maven/plugin/JarMojo.java",
          "src/main/java/com/zenjava/javafx/maven/plugin/NativeMojo.java"
        ],
        "commitId" : "59f07c5b847caee604d750f43ad480ce83d1a8e9",
        "timestamp" : 1517950746000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/fibrefox",
          "fullName" : "fibrefox"
        },
        "authorEmail" : "fibrefox@dynamicfiles.de",
        "comment" : "implemented a way for having multiple sources for\u000aadditionalAppResources, fixes #300\u000a",
        "date" : "2018-02-06 21:59:06 +0100",
        "id" : "59f07c5b847caee604d750f43ad480ce83d1a8e9",
        "msg" : "implemented a way for having multiple sources for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/zenjava/javafx/maven/plugin/NativeMojo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/zenjava/javafx/maven/plugin/JarMojo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/it/08-build-with-proguard/invoker.properties",
          "src/it/23-simple-custom-bundler/invoker.properties",
          "src/it/10-skip-addingPackagerJar/invoker.properties",
          "src/it/09-withPackagerJar/invoker.properties",
          "src/it/11-access-application-and-jvm-parameters/invoker.properties"
        ],
        "commitId" : "488475679c95f13dee1d7e5e7cb0c24346e6a284",
        "timestamp" : 1520783926000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/fibrefox",
          "fullName" : "fibrefox"
        },
        "authorEmail" : "fibrefox@dynamicfiles.de",
        "comment" : "exclude some tests on JDK10 + JDK11 (have to make this more bullet-proof\u000ain the future)\u000a",
        "date" : "2018-03-11 16:58:46 +0100",
        "id" : "488475679c95f13dee1d7e5e7cb0c24346e6a284",
        "msg" : "exclude some tests on JDK10 + JDK11 (have to make this more bullet-proof",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/it/11-access-application-and-jvm-parameters/invoker.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/it/09-withPackagerJar/invoker.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/it/10-skip-addingPackagerJar/invoker.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/it/08-build-with-proguard/invoker.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/it/23-simple-custom-bundler/invoker.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/zenjava/javafx/maven/plugin/JarMojo.java",
          "src/main/java/com/zenjava/javafx/maven/plugin/Workarounds.java",
          "src/main/java/com/zenjava/javafx/maven/plugin/JavaDetectionTools.java"
        ],
        "commitId" : "3f4c257d78c85d063e0aba108e31623e7c84a630",
        "timestamp" : 1520784225000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/fibrefox",
          "fullName" : "fibrefox"
        },
        "authorEmail" : "fibrefox@dynamicfiles.de",
        "comment" : "improve JDK9+ detection\u000a",
        "date" : "2018-03-11 17:03:45 +0100",
        "id" : "3f4c257d78c85d063e0aba108e31623e7c84a630",
        "msg" : "improve JDK9+ detection",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/zenjava/javafx/maven/plugin/JarMojo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/zenjava/javafx/maven/plugin/JavaDetectionTools.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/zenjava/javafx/maven/plugin/Workarounds.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/fibrefox",
      "fullName" : "fibrefox"
    }
  ]
}