Added Jenkinsfile
This commit is contained in:
parent
acacfd9910
commit
2ab74903d3
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -2,8 +2,19 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('1') {
|
stage('1') {
|
||||||
steps {
|
parallel {
|
||||||
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
|
stage('1') {
|
||||||
|
steps {
|
||||||
|
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage('') {
|
||||||
|
steps {
|
||||||
|
git(url: 'http://1.14.125.6:3000/wangyz/test002.git', branch: 'main')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user