don’t fail jenkins build if execute shell fails November 15, 2022 by Tarik To stop further execution when command fails: command || exit 0 To continue execution when command fails: command || true