pipeline { agent any stages { stage('Example stage') { steps { echo 'Hello Jenkins!' } } } }