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

11 lines
147 B
Groovy

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