catchError {
def stage
def util
//
node {
checkout scm
stage = load &#x27;jenkins/stage.groovy&#x27;
util = load &#x27;jenkins/util.groov...