|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Wonderful ! It's still not working !
Well... it almost work...
The parameter variable is resolved. But it doesn't retrieve the proper default value.
It retrieve the previous value if it was define by an user.
user case :
Let's say i have a choice parameter :
branche v1
branche v2
master
the parameter variable is git_branche_v
the default value is **
in the branch specifier is set at */${GIT_BRANCHE_V}
If a dev do a git push in branche v1
the scm polling use /*.
then if a user manually call the build and select branche v1
the scm polling use */branche v1.
And then if a dev do a git push in branche v2
the scm polling use */branche v1.
It seems that the variable is not reset properly. or maybe the workspace is not reset.
any workaround ?