|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-13871) Using "Conditio... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)
- [JIRA] (JENKINS-13871) Using "Con... [email protected] (JIRA)

Turns out the blocking I encountered is due to the post-build steps of a concurrent tasks. It seems to be a more general one on plugins that do artifcats copy/upload:
JENKINS-10234
Before we are using copy artifacts back to master, now have changed to use the Publish over SSH plugin instead. Tested concurrent build couple of times and issue gone.