Skip to content

Commit

Permalink
[FIXED JENKINS-9807] : [Maven Jobs] Post build deploy task : Deploy w…
Browse files Browse the repository at this point in the history
…ith unique versions (timestamp) should be configured by default
  • Loading branch information
aheritier authored and kohsuke committed Jun 7, 2011
1 parent 8910df0 commit b438c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -57,6 +57,9 @@
<ul class=image>
<li class=bug>
Validate new view name relative to current context
<li class=rfe>
"Deploy to Maven repository" post build task should default to unique version, as per Maven3 default.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9807">issue 9807</a>)
<li class=rfe>
Improved the URL hyperlinking behavior in the console output
(<a href="https://github.com/jenkinsci/jenkins/pull/119">pull request #119</a>)
Expand Down
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<f:textbox />
</f:entry>
<f:entry field="uniqueVersion">
<f:checkbox title="${%Assign unique versions to snapshots}"/>
<f:checkbox title="${%Assign unique versions to snapshots}" default="true"/>
</f:entry>
<j:if test="${descriptor.showEvenIfUnstableOption()}">
<f:entry field="evenIfUnstable">
Expand Down

0 comments on commit b438c20

Please sign in to comment.