Hey All, I'm working to transition a large number of builds from .sh scripts to Jenkins. This requires me to send parameters to Jenkins via the CLI. I would like to use the Subversion tag parameter, but I am unable to set it through the CLI due to this error.
CLI parameter submission is not supported for the class > hudson.scm.listtagsparameter.ListSubversionTagsParameterDefinition type. > Please file a bug report for this I found a bug report here: https://issues.jenkins-ci.org/browse/JENKINS-14824. No progress has been made since 2012. Fortunately, a similar issue has been found and fixed here. https://issues.jenkins-ci.org/browse/JENKINS-22924 <https://issues.jenkins-ci.org/browse/JENKINS-22924>. I am struggling to get the subversion plugin up and running. Can anyone either... 1. Point me to directions for getting the subversion plugin compiling so that I can update the code? 2. Make an update to the code for me. Let me know! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/ebd042f5-dcae-4ca7-8e42-f0129e7f2598%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
