pipeline { agent any stages { stage("Check out from version control") { steps { checkout scm } } } }