test001/Jenkinsfile
2025-04-23 11:06:07 +08:00

11 lines
162 B
Groovy

pipeline {
agent any
stages {
stage('') {
steps {
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
}
}
}
}