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