How are your integration builds triggered? If you're trying to move changes from your development branch to another branch why don't you want to merge?
Conceptually I would approach this as:
1) start an integration of your Dev branch up to some changelist to the target branch
(look up "p4 integrate")
2) now you have a pending integration changelist with the changes from your Dev branch applied to your target branch. (assuming there were no conflicts that couldn't be resolved).
Run whatever builds/tests you have set up to verify the changes
3) a) if the builds and tests were successful, submit the changelist
(look up "p4 submit")
b) if anything failed, revert the changelist and make the appropriate fixes in your Dev branch
Yes, the p4 commands can just be in a windows batch command build step. I'm not sure how you're building / testing though.
Keep in mind that the p4 commands I suggested will open files for integrate in the default changelist.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/6R4b-QmPZaQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.