Added Jenkinsfile

This commit is contained in:
admin 2025-04-23 18:02:50 +08:00
commit 25ad532b98

11
Jenkinsfile vendored Normal file
View File

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