Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16363

Allow selection of job type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • job-dsl-plugin
    • None

      We currently only support free-form projects, we will need to support maven projects soon. I'm thinking like an attribute on job, or a different name, like maven { } instead of job { }

      <maven2-moduleset>
      <actions/>
      <description/>
      <keepDependencies>false</keepDependencies>
      <properties>
      <com.gmail.ikeike443.PlayAutoTestJobProperty/>
      </properties>
      <canRoam>true</canRoam>
      <disabled>false</disabled>
      <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
      <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
      <jdk>(Default)</jdk>
      <triggers class="vector"/>
      <concurrentBuild>false</concurrentBuild>
      <mavenName>Maven 2.2.1</mavenName>
      <aggregatorStyleBuild>true</aggregatorStyleBuild>
      <incrementalBuild>false</incrementalBuild>
      <perModuleEmail>true</perModuleEmail>
      <ignoreUpstremChanges>false</ignoreUpstremChanges>
      <archivingDisabled>false</archivingDisabled>
      <resolveDependencies>false</resolveDependencies>
      <processPlugins>false</processPlugins>
      <mavenValidationLevel>-1</mavenValidationLevel>
      <runHeadless>false</runHeadless>
      <settingConfigId/>
      <globalSettingConfigId/>
      <reporters/>
      <publishers/>
      <buildWrappers/>
      <prebuilders/>
      <postbuilders/>
      <runPostStepsIfResult>
      <name>FAILURE</name>
      <ordinal>2</ordinal>
      <color>RED</color>
      </runPostStepsIfResult>
      </maven2-moduleset>

      Comments / References from Original Github Issue

            quidryan Justin Ryan
            andrewharmellaw Andrew Harmel-Law
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: