Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    This doesn't answer the question in any way. If the build fails in a feature branch, should the CI revert the commit? Commented Aug 21, 2015 at 13:19
  • What if the build succeeds on the feature branch, but fails after the merge? Commented Aug 21, 2015 at 13:19
  • @MatthieuM. merge is a commit, should the CI step that merges revert the build? Commented Aug 21, 2015 at 13:21
  • @CarlosCampderrós: I would personally never have a setup that attempts to revert commits; much too complicated. Commented Aug 21, 2015 at 13:25
  • I addressed the comments. Commented Aug 21, 2015 at 14:42