test-img/Jenkinsfile

8 lines
87 B
Text
Raw Normal View History

2025-09-26 16:25:54 -03:00
pipeline {
stages {
stage('Mock') {
echo ''
}
}
}