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