How to trigger jenkins after post-build deliver
We now have the A stream and B stream, when the Jenkins build succeed for the A stream, we want the changes deliver to the B stream and then trigger the Jenkins build automatically.
We have setup the ‘Post-build deliver’ in the A stream build definition, and it does push the changes to B stream after the build, but the B does not accept those changes automatically, thus no build trigger as well.
How to setup the auto acceptance and trigger the Jenkins build?
2 answers
Thanks Lakshmi. But I try the method 1, trigger Stream B build but it did not accept the changes that pushed from stream A. So I don't think method 2 will work.
Comments
Method 2 is orthogonal to method 1, either one or the other should be in place.
In Method 1, did you trigger the build for stream B after invoking the RTC post build deliver step in the Jenkins build for Stream A? Please note the support for post build deliver in Jenkins requires 1.2.0.3 and RTC 6.0.4 or higher.