-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: cvs-plugin
-
Labels:None
-
Similar Issues:
The Subversion plug-in supports this since version 1.24:
"Added a new job parameter allowing to dynamically list svn tags."
It would be great to have this feature also for CVS SCMs.
Code changed in jenkins
User: mc1arke
Path:
src/main/java/hudson/scm/CvsChangeSet.java
src/main/java/hudson/scm/CvsLog.java
src/main/java/hudson/scm/CvsTagsParamDefinition.java
src/main/java/hudson/scm/CvsTagsParamValue.java
src/main/resources/hudson/scm/CvsTagsParamDefinition/config.jelly
src/main/resources/hudson/scm/CvsTagsParamDefinition/help-cvsTagsParam.html
src/main/resources/hudson/scm/CvsTagsParamDefinition/help-moduleName.html
src/main/resources/hudson/scm/CvsTagsParamDefinition/help-name.html
src/main/resources/hudson/scm/CvsTagsParamDefinition/index.jelly
src/main/resources/hudson/scm/CvsTagsParamValue/value.jelly
src/main/resources/hudson/scm/cvs/Messages.properties
http://jenkins-ci.org/commit/cvs-plugin/50165bf777a14f60be12f25d0a4928daa8269ea0
Log:
Add job parameter to dynamically list available CVS symbolic names for a module
[FIXED JENKINS-9311] Support CVS tags as job params