pipeline { agent any stages { stage('Mock') { steps { echo '' } } } }