As part of my build process, I am running a git commit as an execute shell step. However, if there are no changes in the workspace, Jenkins is failing the build. This is be
For multiple shell commands, I ignores the failures by adding:
set +e commands true