Added Jenkinsfile

This commit is contained in:
admin 2025-04-23 19:37:31 +08:00
parent b00b14de06
commit 10932fcc54

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: 'main')
git(url: 'http://1.14.125.6:3000/wangyz/initial.git', branch: 'master')
}
}