{
  "_class" : "hudson.model.FreeStyleProject",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersDefinitionProperty",
      "parameterDefinitions" : [
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "SimpleBlog"
          },
          "description" : "This is the name of the directory that contains the WebObjects application project that you want to build, i.e., the directory that contains the Sources, Components and Resources subdirectories). To specify frameworks that this application depends upon and should be built as part of this job then you will need to add additional Ant Tasks. Depending on your source code repository structure you may also need to add additional SCM to check them out into the \"Projects\" directory as well.",
          "name" : "PROJECT_NAME",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "SimpleBlog"
          },
          "description" : "This setting allows you to specify a different name for an Application when it is built. You <b>must</b> specify a value, even if it is the same as the PROJECT_NAME parameter above.",
          "name" : "DEPLOYED_APPLICATION_NAME",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "Test Build"
          },
          "description" : "<ul><li><b>Test Build</b> will override the settings defined in WOLips and will not embed any frameworks in the built application, it will only link to them.</li><li><b>Deployment</b> will obey the Deployment settings you defined for the project in WOLips, which should almost certainly be to embed both System and Local frameworks.</li></ul>",
          "name" : "BUILD_TYPE",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "Test Build",
            "Deployment"
          ]
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "5.4.3"
          },
          "description" : "This is the version of Apple™ WebObjects that you want to build against. It must have been already downloaded and installed in Jenkin's WOFrameworksRepository (JENKINS_HOME/WOFrameworkRepository). The easiest way to do this is by cloning and running the <a href=\"https://github.com/avendasora/WOJenkins_Job_InstallWOAndWOnder\">InstallWOAndWOnder</a> Jenkins job.",
          "name" : "WO_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "5.4.3",
            "5.3.3"
          ]
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "master"
          },
          "description" : "This is the branch of Wonder that you want to build against. This branch of Project WOnder must have been already built and installed in Jenkin's WOFrameworksRepository. The easiest way to do this is by cloning and running the <a href=\"https://github.com/avendasora/WOJenkins_Job_InstallWOAndWOnder\">InstallWOAndWOnder</a> Jenkins job.",
          "name" : "WONDER_GIT_REFERENCE",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "1.5"
          },
          "description" : "",
          "name" : "JAVA_COMPATIBILITY_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "1.5",
            "1.6",
            "1.7",
            "1.4"
          ]
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction"
    },
    {
      "_class" : "com.cloudbees.plugins.credentials.ViewCredentialsAction"
    }
  ],
  "description" : "This project will build a WebObjects Application and any frameworks that you specify as one Jenkins job instead of \u000d\u000ayou needing to create one job for each framework and/or application.\u000d\u000a<h3>Customizing Job Configuration</h3>\u000d\u000aYou will need to modify the Job configuration clicking on <a href=\"configure\">Configure</a> and setting the following:\u000d\u000a<ul>\u000d\u000a  <li>\u000d\u000a    <h4>SCM</h4>\u000d\u000a    You will need to specify one or more Git repositories to pull your projects from. <em>Note:</em> If your Application and Frameworks \u000d\u000a    are in one Repository, this job assumes that they are at the same level in the directory hierarchy. If they are not \u000d\u000a    you will need to make modifications to both this job and the setupWonderProjectWorkspace.sh script that this job calls.\u000d\u000a  </li>\u000d\u000a  <li>\u000d\u000a    <h4>Build Tasks</h4>\u000d\u000a    You will need to specify one Ant task per WebObjects Framework and Application, in dependency order, that this job needs to build.\u000d\u000a  </li>\u000d\u000a</ul>\u000d\u000a<h3>Runtime Parameters</h3>\u000d\u000aWithout changing the job configuration, you can:\u000d\u000a<ul>\u000d\u000a  <li>Specify a custom \"Deployment Name\" for you Application</li>\u000d\u000a  <li>Specify the version of Apple WebObjects™ to build against</li>\u000d\u000a  <li>Specify the branch of Project Wonder.</li>\u000d\u000a  <li>Specify if the build is for testing or deployment:</li>\u000d\u000a    <ol>\u000d\u000a      <li><b>Test Build</b> (no embedded frameworks)</li>\u000d\u000a      <li><b>Deployment Build</b> (fully embedded System and Local frameworks)</li>\u000d\u000a    </ol>\u000d\u000a</ul>\u000d\u000a<b>NOTE:</b> this project is intended to work in tandem with the \u000d\u000a<a href=\"https://github.com/avendasora/WOJenkins_Job_InstallWOAndWOnder\">InstallWOAndWOnder</a> Jenkins job. \u000d\u000aInstallWOAndWOnder will take care of downloading and installing WebObjects™ and cloning, building and installing Project WOnder\u000d\u000ain the JENKINS_HOME/WOFrameworksRepository so that they are available for this job to use.",
  "displayName" : "WOJenkins_Job_WOProject_AllInOne_Git",
  "displayNameOrNull" : None,
  "fullDisplayName" : "WOJenkins_Job_WOProject_AllInOne_Git",
  "fullName" : "WOJenkins_Job_WOProject_AllInOne_Git",
  "name" : "WOJenkins_Job_WOProject_AllInOne_Git",
  "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/",
  "buildable" : False,
  "builds" : [
    {
      "_class" : "hudson.model.FreeStyleBuild",
      "number" : 6,
      "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/6/"
    },
    {
      "_class" : "hudson.model.FreeStyleBuild",
      "number" : 5,
      "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/5/"
    },
    {
      "_class" : "hudson.model.FreeStyleBuild",
      "number" : 4,
      "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/4/"
    }
  ],
  "color" : "disabled",
  "firstBuild" : {
    "_class" : "hudson.model.FreeStyleBuild",
    "number" : 4,
    "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/4/"
  },
  "healthReport" : [
    {
      "description" : "Build stability: All recent builds failed.",
      "iconClassName" : "icon-health-00to19",
      "iconUrl" : "health-00to19.png",
      "score" : 0
    }
  ],
  "inQueue" : False,
  "keepDependencies" : False,
  "lastBuild" : {
    "_class" : "hudson.model.FreeStyleBuild",
    "number" : 6,
    "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/6/"
  },
  "lastCompletedBuild" : {
    "_class" : "hudson.model.FreeStyleBuild",
    "number" : 6,
    "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/6/"
  },
  "lastFailedBuild" : {
    "_class" : "hudson.model.FreeStyleBuild",
    "number" : 6,
    "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/6/"
  },
  "lastStableBuild" : None,
  "lastSuccessfulBuild" : None,
  "lastUnstableBuild" : None,
  "lastUnsuccessfulBuild" : {
    "_class" : "hudson.model.FreeStyleBuild",
    "number" : 6,
    "url" : "https://sdagjenkins.wocommunity.org/job/WOJenkins_Job_WOProject_AllInOne_Git/6/"
  },
  "nextBuildNumber" : 7,
  "property" : [
    {
      "_class" : "jenkins.model.BuildDiscarderProperty"
    },
    {
      "_class" : "hudson.model.ParametersDefinitionProperty",
      "parameterDefinitions" : [
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "PROJECT_NAME",
            "value" : "SimpleBlog"
          },
          "description" : "This is the name of the directory that contains the WebObjects application project that you want to build, i.e., the directory that contains the Sources, Components and Resources subdirectories). To specify frameworks that this application depends upon and should be built as part of this job then you will need to add additional Ant Tasks. Depending on your source code repository structure you may also need to add additional SCM to check them out into the \"Projects\" directory as well.",
          "name" : "PROJECT_NAME",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "DEPLOYED_APPLICATION_NAME",
            "value" : "SimpleBlog"
          },
          "description" : "This setting allows you to specify a different name for an Application when it is built. You <b>must</b> specify a value, even if it is the same as the PROJECT_NAME parameter above.",
          "name" : "DEPLOYED_APPLICATION_NAME",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "BUILD_TYPE",
            "value" : "Test Build"
          },
          "description" : "<ul><li><b>Test Build</b> will override the settings defined in WOLips and will not embed any frameworks in the built application, it will only link to them.</li><li><b>Deployment</b> will obey the Deployment settings you defined for the project in WOLips, which should almost certainly be to embed both System and Local frameworks.</li></ul>",
          "name" : "BUILD_TYPE",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "Test Build",
            "Deployment"
          ]
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "WO_VERSION",
            "value" : "5.4.3"
          },
          "description" : "This is the version of Apple™ WebObjects that you want to build against. It must have been already downloaded and installed in Jenkin's WOFrameworksRepository (JENKINS_HOME/WOFrameworkRepository). The easiest way to do this is by cloning and running the <a href=\"https://github.com/avendasora/WOJenkins_Job_InstallWOAndWOnder\">InstallWOAndWOnder</a> Jenkins job.",
          "name" : "WO_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "5.4.3",
            "5.3.3"
          ]
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "WONDER_GIT_REFERENCE",
            "value" : "master"
          },
          "description" : "This is the branch of Wonder that you want to build against. This branch of Project WOnder must have been already built and installed in Jenkin's WOFrameworksRepository. The easiest way to do this is by cloning and running the <a href=\"https://github.com/avendasora/WOJenkins_Job_InstallWOAndWOnder\">InstallWOAndWOnder</a> Jenkins job.",
          "name" : "WONDER_GIT_REFERENCE",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "JAVA_COMPATIBILITY_VERSION",
            "value" : "1.5"
          },
          "description" : "",
          "name" : "JAVA_COMPATIBILITY_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "1.5",
            "1.6",
            "1.7",
            "1.4"
          ]
        }
      ]
    }
  ],
  "queueItem" : None,
  "concurrentBuild" : False,
  "disabled" : True,
  "downstreamProjects" : [
    
  ],
  "labelExpression" : None,
  "scm" : {
    "_class" : "org.jenkinsci.plugins.multiplescms.MultiSCM"
  },
  "upstreamProjects" : [
    
  ]
}