pipeline { agent any stages { stage('stage 1') { steps { echo "Hello world" } } } }