pipeline { agent any stages { steps { stage("Build") { echo 'Hello!' } } } }