test-img/Jenkinsfile

7 lines
87 B
Groovy

pipeline {
stages {
stage('Mock') {
echo ''
}
}
}