Issue Type: Bug Bug
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 15/Jan/13 6:02 PM
Description:

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

Project: Jenkins
Priority: Minor Minor
Reporter: Andrew Harmel-Law
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to