Can you describe your branch structure a little more?

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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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.

Reply via email to