jenkins: do not run in parallel
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -13,8 +13,8 @@ pipeline {
|
|||||||
sh 'devenv test'
|
sh 'devenv test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Parallel Build and Deploy') {
|
stage('Build and Deploy') {
|
||||||
parallel {
|
stages {
|
||||||
stage('Web') {
|
stage('Web') {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|||||||
Reference in New Issue
Block a user