pipeline { agent any stages { stage('Do nothing 3') { steps { sh '/bin/true' } } } }