jenkins: make builds parallel
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -8,6 +8,8 @@ pipeline {
|
|||||||
cron('H/10 * * * *')
|
cron('H/10 * * * *')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage('Parallel Build and Deploy') {
|
||||||
|
parallel {
|
||||||
stage('Android') {
|
stage('Android') {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
@@ -41,3 +43,5 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user