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