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