Permalink
Please sign in to comment.
Browse files
[FIXED JENKINS-13852] Allow upstream SVN parameters to be passed down…
…stream Added an option to allow upstream svn parameters to be passed to downstream builds.
- Loading branch information...
Showing
with
39 additions
and 7 deletions.
- +29 −7 src/main/java/hudson/plugins/parameterizedtrigger/SubversionRevisionBuildParameters.java
- +3 −0 ...main/resources/hudson/plugins/parameterizedtrigger/SubversionRevisionBuildParameters/config.jelly
- +4 −0 ...lugins/parameterizedtrigger/SubversionRevisionBuildParameters/help-includeUpstreamParameters.html
- +3 −0 src/main/resources/hudson/plugins/parameterizedtrigger/SubversionRevisionBuildParameters/help.html
@@ -1,2 +1,5 @@ | |||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> | |||
<f:entry field="includeUpstreamParameters" title="${%Include/passthrough Upstream SVN Revisons}"> | |||
<f:checkbox default="false" /> | |||
</f:entry> | |||
</j:jelly> |
@@ -0,0 +1,4 @@ | |||
<div> | |||
This option passes through the subversion parameters that were passed | |||
into this build from upstream builds, so that they can be used on downstream projects. | |||
</div> |
@@ -0,0 +1,3 @@ | |||
<div> | |||
This parameter passes the Subversion revisions that were used in this build to the downstream builds. | |||
</div> |
0 comments on commit
ff23938