Micro Focus recommends that you adopt some common best practices in your commit and build process such as:
- Deliver small changes of code by checking in your code frequently. This ensures that if build problems occur, it is easier
to pin-point the exact reason for them.
- Do not check in any changes that are not tested or that contain any errors.
- Do not check in any new changes before fixing the error that caused an earlier Jenkins build failure.