Added Jenkinsfile

This commit is contained in:
admin 2025-04-23 19:36:29 +08:00
parent 8f0feeddc7
commit b00b14de06

2
Jenkinsfile vendored
View File

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