Hi is there some software i can use which automatically pulls from known repositories and does full build? then repeats on the next known repository for that project OR reverts the pull if there is a merge or build error?
Asked
Active
Viewed 958 times
1 Answers
1
You could use Hudson (freeware) with:
- Hudson Git Plugin (obviously)
- one Hudson job per repo and per project to pull and build
- Hudson Join Plugin to only trigger the next job if the previous has succeeded.
VonC
- 14,588