I want to create a modular process which will merge the "devel" branch upon 
each successful build to the master branch, and it will also create a tag. 
Is there any way to do it using Jenkins and Git plugin rather than writing 
code. If yes, is there any option to provide Git plugin the repository URL 
as a parameter, so it will be as modular as possible. The job that I want 
to create will be performing only the merge (git merge --no-commit -X theirs) 
operation and it will create a tag (the tag name will be provided as a 
parameter as well).This job will be triggered by other jobs.

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7f96f5a5-b75a-4113-afff-8a724ab45e25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to