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'
|
||||
}
|
||||
}
|
||||
stage('Parallel Build and Deploy') {
|
||||
parallel {
|
||||
stage('Build and Deploy') {
|
||||
stages {
|
||||
stage('Web') {
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
||||
Reference in New Issue
Block a user