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