Jenkinsfile
All checks were successful
multi/pipeline/head This commit looks good

This commit is contained in:
Ramón Vásquez 2025-10-14 16:13:11 -03:00
parent 5e58b498b4
commit 612c1166ca

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Mock') { stage('Mock') {
steps { steps {
echo 'SOY MAIN' echo 'SOY STAGE'
} }
} }
} }