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