test-img/Jenkinsfile

11 lines
139 B
Groovy

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