#!/bin/bash if ! [[ $SKIP_TESTS == true ]] ; then #Do something if condition is met fi
Conditional Step in Jenkins CIbash