|
||||||||
|
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-14329) SCM Sync Configu... [email protected] (JIRA)
- [JIRA] (JENKINS-14329) SCM Sync Co... [email protected] (JIRA)
- [JIRA] (JENKINS-14329) SCM Sync Co... [email protected] (JIRA)
- [JIRA] (JENKINS-14329) SCM Sync Co... [email protected] (JIRA)

The test I did was with SCM Sync version 0.0.5, not 0.0.4, I don't know if this was a bug in 0.0.4
As far as the xml element triggerWithNoParameters being false .. I don't know why that's like that. The builds I made are supposed to be the simplest possible case. There is a child build (B) that has no parameters and no build steps, just a blank free-style project. Then there's the parent build (A) that is a free-style project with one build step, to trigger the build of another project and block until it's complete. The xml files I attached are just from doing that. There's no parameters to pass and I don't tell it to pass anything, I don't know why the xml looks the way it does.
With the SCM Sync 0.0.5 enabled the build never finishes (triggers child(B) and B completes, but A just waits there). With the SCM Sync plugin unchecked, build A triggers B as a build step, B completes and then A completes, both builds successful.