I have a Java project that's managed using Mercurial, and built with Jenkins. Is there a way to prevent developers from checking in code that breaks the build? I know I can do it with Ant and Mercurial hooks, but is there a way to do it with Jenkins?
feedback
|
|
Make your developers pull from a repo (let's name it "master") and push to another one (let's name it "staging"). (Easy with a simple Jenkins pulls from the staging one and push to the master if the build succeeded, else revert the Jenkin's repository copy. Only Jenkins should be able to push to the master. | |||
|
feedback
|
|
Here's a diagram I put together to illustrate the ideas in the other posts:
| |||||
feedback
|
|
No experience with Jenkins here, but a KISS solution that utilizes Mercurial's strengths could go like this:
| |||||||
feedback
|
