pipeline { agent any stages { stage('') { steps { echo 'Prueba' git 'M3c4g03nch4v3z' } } } }