test-img/Jenkinsfile

12 lines
139 B
Text
Raw Normal View History

2025-10-14 16:03:22 -03:00
pipeline {
agent any
stages {
stage('Mock') {
steps {
echo ''
}
}
}
}