pipeline { agent any stages { stage('error') { steps { echo 'Hello World' } } } }