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:12:14 -03:00
parent 046b25cdf0
commit 5e58b498b4

2
Jenkinsfile vendored
View file

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