Added Jenkinsfile

This commit is contained in:
admin 2025-04-23 11:06:07 +08:00
commit 6d5d7909d8

11
Jenkinsfile vendored Normal file
View File

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