|
||||||||
|
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.

Hi,
Also on Flexible Publish Plugin, we cannot have several post-builds actions in the same condition. (This is handy if you want to deactivate and reactivate a particular one, but a nightmare if you have to use same condition for 10 actions.)
By the way, I am trying to skip a jenkins job if the version is already made. Is there a better way than running an ant that generates a file with env var (that tells if the build was previously already made) that is loaded by "inject environment variables" and then used to skip steps and post-build actions?