pipeline { agent any stages { stage('Message') { steps { echo 'Start build' } } } }