mercurial - Is there a way to automate Jenkins for Hg Flow/Git Flow -



mercurial - Is there a way to automate Jenkins for Hg Flow/Git Flow -

we switched using hg flow, 1 of things still haven't quite yet figured out how best utilize jenkins it. ideally have job builds , tests develop, 1 builds , tests default , other jobs automatically created when feature or release branch created, , ideally delete job when feature or release finished.

does know if can done, , if so, how it?

it nice if jenkins able read hg created branch , mark them contact person if/when job builds, nice have.

thanks in advance

there job generator plugin used here. you'd create job watches entire hg repo changes, , when sees one, run task parses commit, , creates new job new branch in place of templated fields.

if can see history of branch creation, utilize info in job-creating task fill out contact details too.

jenkins mercurial git-flow

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -