Added Jenkinsfile
This commit is contained in:
parent
8f0feeddc7
commit
b00b14de06
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user