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

11 lines
139 B
Groovy

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