Skip to content

Commit

Permalink
[JENKINS-8848] allow custom workspaces for maven jobs
Browse files Browse the repository at this point in the history
Originally-Committed-As: e65f893b1bc0608ef57095c71eb0517c5353bda1
  • Loading branch information
kutzi authored and kohsuke committed Apr 19, 2011
1 parent 0aaf2dc commit 610671f
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -92,7 +92,8 @@ THE SOFTWARE.
<f:optionalBlock name="maven.resolveDependencies" title="${%Resolve Dependencies during Pom parsing}"
checked="${it.isResolveDependencies()}" />
<f:optionalBlock name="maven.processPlugins" title="${%Process Plugins during Pom parsing}"
checked="${it.isProcessPlugins()}" />
checked="${it.isProcessPlugins()}" />
<p:config-customWorkspace />

<j:set var="mavenValidationLevels" value="${it.descriptor.mavenValidationLevels}" />
<f:entry title="${%Maven Validation Level}">
Expand All @@ -114,4 +115,4 @@ THE SOFTWARE.

<p:config-buildWrappers />
<p:config-publishers />
</j:jelly>
</j:jelly>

0 comments on commit 610671f

Please sign in to comment.