Added Jenkinsfile

This commit is contained in:
admin 2025-04-24 21:20:43 +08:00
parent 10932fcc54
commit acacfd9910

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('1') {
steps {
git(url: 'http://1.14.125.6:3000/wangyz/initial.git', branch: 'master')
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
}
}