pipeline { agent any stages { stage('Do nothing') { steps { sh 'ls' } } } }