{
  "_class" : "hudson.model.FreeStyleProject",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersDefinitionProperty",
      "parameterDefinitions" : [
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "5.4.3"
          },
          "description" : "The version of WebObjects to build against or embed in your project.",
          "name" : "WO_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "5.4.3",
            "5.3.3"
          ]
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "git://github.com/wocommunity/wonder.git"
          },
          "description" : "The Git Repository to fetch Wonder source code from. <b>git://github.com/wocommunity/wonder.git is the default</b>",
          "name" : "WONDER_REPOSITORY",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "integration"
          },
          "description" : "The Git branch of Wonder that you want to build. In Git terms it will be \"refs/heads/WONDER_GIT_REFERENCE\". <b>master</b> is the default, but valid options could be <b>*</b> or <b>MyBranch</b>",
          "name" : "WONDER_GIT_REFERENCE",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "value" : "frameworks frameworks.install"
          },
          "description" : "Which Wonder build target do you want to run. For most projects the default <b>frameworks frameworks.install</b> is what you want.",
          "name" : "BUILD_TARGETS",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "frameworks frameworks.install",
            "all",
            "applications applications.install",
            "examples examples.install"
          ]
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction"
    },
    {
      "_class" : "com.cloudbees.plugins.credentials.ViewCredentialsAction"
    }
  ],
  "description" : "<p>This job automatically downloads and installs the specified version of Apple WebObjects™ and clones and builds \u000d\u000aa specified build target(s) of a specified branch of Project Wonder from a specified Git repository.\u000d\u000a<p><em>It will check to see if each exists already and will not download/build/install if each is already up-to-date.</em>\u000d\u000a\u000d\u000a<p>This job also downloads a shell script from the WOJenkins git repository that will create \u000d\u000aa <b>${HUDSON_HOME}/WOFrameworksRepository</b> directory to install both WebObjects and Project WOnder into\u000d\u000aand create a build.properties file for Ant to use to tell it to use that directory.\u000d\u000a  \u000d\u000a<p><b>NOTE:</b> It is intended that you will change both the Wonder Repository and especially the WOJenkins Repository \u000d\u000a  <em>(in the job config)</em> to point to your own clones of each so your build does not change out from under you without warning.",
  "displayName" : "InstallWOAndWOnder",
  "displayNameOrNull" : None,
  "fullDisplayName" : "InstallWOAndWOnder",
  "fullName" : "InstallWOAndWOnder",
  "name" : "InstallWOAndWOnder",
  "url" : "https://sdagjenkins.wocommunity.org/job/InstallWOAndWOnder/",
  "buildable" : True,
  "builds" : [
    
  ],
  "color" : "notbuilt",
  "firstBuild" : None,
  "healthReport" : [
    
  ],
  "inQueue" : False,
  "keepDependencies" : False,
  "lastBuild" : None,
  "lastCompletedBuild" : None,
  "lastFailedBuild" : None,
  "lastStableBuild" : None,
  "lastSuccessfulBuild" : None,
  "lastUnstableBuild" : None,
  "lastUnsuccessfulBuild" : None,
  "nextBuildNumber" : 1,
  "property" : [
    {
      "_class" : "hudson.model.ParametersDefinitionProperty",
      "parameterDefinitions" : [
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "WO_VERSION",
            "value" : "5.4.3"
          },
          "description" : "The version of WebObjects to build against or embed in your project.",
          "name" : "WO_VERSION",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "5.4.3",
            "5.3.3"
          ]
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "WONDER_REPOSITORY",
            "value" : "git://github.com/wocommunity/wonder.git"
          },
          "description" : "The Git Repository to fetch Wonder source code from. <b>git://github.com/wocommunity/wonder.git is the default</b>",
          "name" : "WONDER_REPOSITORY",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.StringParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "WONDER_GIT_REFERENCE",
            "value" : "integration"
          },
          "description" : "The Git branch of Wonder that you want to build. In Git terms it will be \"refs/heads/WONDER_GIT_REFERENCE\". <b>master</b> is the default, but valid options could be <b>*</b> or <b>MyBranch</b>",
          "name" : "WONDER_GIT_REFERENCE",
          "type" : "StringParameterDefinition"
        },
        {
          "_class" : "hudson.model.ChoiceParameterDefinition",
          "defaultParameterValue" : {
            "_class" : "hudson.model.StringParameterValue",
            "name" : "BUILD_TARGETS",
            "value" : "frameworks frameworks.install"
          },
          "description" : "Which Wonder build target do you want to run. For most projects the default <b>frameworks frameworks.install</b> is what you want.",
          "name" : "BUILD_TARGETS",
          "type" : "ChoiceParameterDefinition",
          "choices" : [
            "frameworks frameworks.install",
            "all",
            "applications applications.install",
            "examples examples.install"
          ]
        }
      ]
    }
  ],
  "queueItem" : None,
  "concurrentBuild" : False,
  "disabled" : False,
  "downstreamProjects" : [
    
  ],
  "labelExpression" : None,
  "scm" : {
    "_class" : "org.jenkinsci.plugins.multiplescms.MultiSCM"
  },
  "upstreamProjects" : [
    {
      "_class" : "hudson.model.FreeStyleProject",
      "name" : "WonderIntegration",
      "url" : "https://sdagjenkins.wocommunity.org/job/WonderIntegration/",
      "color" : "disabled"
    }
  ]
}