pipeline { agent any stages { stage('Hello') { steps { echo 'Hello World' playbook: test_play.yml } } } }