pipeline { agent none stages { stage('') { steps { node(label: 'Stage Checkouts') { sh 'checkout scm' } } } } }