pipeline { agent any stages { stage('Example') { steps { echo 'hello world' } } } }