[FIXED JENKINS-22568] Subversion polling does not work with parameters.#89
[FIXED JENKINS-22568] Subversion polling does not work with parameters.#89stephenc merged 3 commits intojenkinsci:masterfrom
Conversation
|
plugins » subversion-plugin #384 SUCCESS |
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
|
It could be useful to have an API plugin for variables resolution. I can split the resolver into a separate API plugin if somebody wants to use it |
|
That doesn't sound like a bad idea. I bet a lot of SCM builders or others would like to use an API like this. |
|
plugins » subversion-plugin #386 SUCCESS |
[FIXED JENKINS-22568] Subversion polling does not work with parameters.
There was a problem hiding this comment.
I am sure there is a utility in Jenkins core to do macro expansion which you should be using.
|
Hi - I'm facing the same issue with git poll SCM Could someone please help me to solve this issue ? I tested it on |
|
@smruti-sahoo Please, fill a Jira issue with a step by step to reproduce the bug. |
|
@recena Thanks - I've raised JENKINS-34603 |
Currently subversion polling does not work with parameters. This code changes polls using the DEFAULT option. If there is a choice parameter, it will choose the FIRST option. This will also expand anything that is
$VALor${VAL}.