Added Jenkinsfile
This commit is contained in:
parent
acacfd9910
commit
2ab74903d3
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,12 +1,23 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
|
stage('1') {
|
||||||
|
parallel {
|
||||||
stage('1') {
|
stage('1') {
|
||||||
steps {
|
steps {
|
||||||
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
|
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')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('2') {
|
stage('2') {
|
||||||
steps {
|
steps {
|
||||||
echo '123456'
|
echo '123456'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user