{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "appNG_version",
          "value" : "1.26.5-SNAPSHOT"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "maven_goal",
          "value" : "clean deploy"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "maven_opts",
          "value" : "-Dappng.node.id=appNG"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "branch",
          "value" : "appng-1.26.x"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "jdk_version",
          "value" : "OpenJDK8"
        }
      ]
    },
    {
      "_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" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/appng-1.24.5-SNAPSHOT" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 39,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "35081869096ec8b9c45bf6cbf765ce9306e18182",
            "branch" : [
              {
                "SHA1" : "35081869096ec8b9c45bf6cbf765ce9306e18182",
                "name" : "refs/remotes/origin/appng-1.24.5-SNAPSHOT"
              }
            ]
          },
          "revision" : {
            "SHA1" : "35081869096ec8b9c45bf6cbf765ce9306e18182",
            "branch" : [
              {
                "SHA1" : "35081869096ec8b9c45bf6cbf765ce9306e18182",
                "name" : "refs/remotes/origin/appng-1.24.5-SNAPSHOT"
              }
            ]
          }
        },
        "refs/remotes/origin/appng-1.25.x" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 173,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3dac7fd92ebd30acb23510717bd7ae786624b027",
            "branch" : [
              {
                "SHA1" : "3dac7fd92ebd30acb23510717bd7ae786624b027",
                "name" : "refs/remotes/origin/appng-1.25.x"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3dac7fd92ebd30acb23510717bd7ae786624b027",
            "branch" : [
              {
                "SHA1" : "3dac7fd92ebd30acb23510717bd7ae786624b027",
                "name" : "refs/remotes/origin/appng-1.25.x"
              }
            ]
          }
        },
        "refs/remotes/origin/appng-1.26.x" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 243,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
            "branch" : [
              {
                "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
                "name" : "refs/remotes/origin/appng-1.26.x"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
            "branch" : [
              {
                "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
                "name" : "refs/remotes/origin/appng-1.26.x"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
        "branch" : [
          {
            "SHA1" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
            "name" : "refs/remotes/origin/appng-1.26.x"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:appNG/appng.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 36,
      "totalCount" : 1033,
      "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" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#243",
  "duration" : 625820,
  "estimatedDuration" : 553979,
  "executor" : None,
  "fullDisplayName" : "appNG_1.26.x #243",
  "id" : "243",
  "keepLog" : False,
  "number" : 243,
  "queueId" : 311862,
  "result" : "SUCCESS",
  "timestamp" : 1693302132187,
  "url" : "https://www.appng.org/jenkins/job/appNG_1.26.x/243/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "appng-standalone/src/main/java/org/appng/standalone/ApplicationStartup.java",
            "appng-standalone/run.sh",
            "README.adoc",
            "appng-standalone/pom.xml",
            "appng-standalone/appng.bat",
            "appng-standalone/readme.txt",
            "appng-standalone/src/test/resources/xml/sourceConfig.xml",
            "appng-standalone/src/test/java/org/appng/standalone/ApplicationStartupTest.java",
            "appng-standalone/src/main/resources/script/appng.bat",
            "appng-standalone/build.sh",
            "appng-standalone/src/main/resources/script/appng",
            "appng-standalone/appng.sh",
            "appng-standalone/src/test/resources/txt/replacement.txt",
            "appng-standalone/src/main/resources/log4j.properties",
            "appng-standalone/src/main/resources/auto-install.list",
            "appng-standalone/start_appng.sh",
            "appng-standalone/src/main/resources/appNG.properties",
            "appng-standalone/src/main/resources/urlrewrite.xml",
            "appng-standalone/src/main/assembly/assembly.xml"
          ],
          "commitId" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
          "timestamp" : 1693302075000,
          "author" : {
            "absoluteUrl" : "https://www.appng.org/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "INFRA-5668 Replace obsolete appng-standalone (#245)\u000a\u000a",
          "date" : "2023-08-29 11:41:15 +0200",
          "id" : "f8a532b44681a0753e50d43da3e16cc3c2e324aa",
          "msg" : "INFRA-5668 Replace obsolete appng-standalone (#245)",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/appNG.properties"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/run.sh"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/script/appng.bat"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/assembly/assembly.xml"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/java/org/appng/standalone/ApplicationStartup.java"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/script/appng"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/appng.bat"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/readme.txt"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/test/resources/txt/replacement.txt"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/urlrewrite.xml"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/test/resources/xml/sourceConfig.xml"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/auto-install.list"
            },
            {
              "editType" : "edit",
              "file" : "README.adoc"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/appng.sh"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/main/resources/log4j.properties"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/src/test/java/org/appng/standalone/ApplicationStartupTest.java"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/start_appng.sh"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/pom.xml"
            },
            {
              "editType" : "delete",
              "file" : "appng-standalone/build.sh"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://www.appng.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 244,
    "url" : "https://www.appng.org/jenkins/job/appNG_1.26.x/244/"
  },
  "previousBuild" : {
    "number" : 242,
    "url" : "https://www.appng.org/jenkins/job/appNG_1.26.x/242/"
  }
}