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