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