test-img/Jenkinsfile
Ramón Vásquez 612c1166ca
All checks were successful
multi/pipeline/head This commit looks good
Jenkinsfile
2025-10-14 16:13:11 -03:00

11 lines
148 B
Groovy

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