Wrap parallel pipelines in single sequential stage.
gitea/icedream/nginx-mod-build-lua/master There was a failure building this commit
Details
gitea/icedream/nginx-mod-build-lua/master There was a failure building this commit
Details
parent
bab5a9cf53
commit
dac21c1639
|
@ -2,6 +2,8 @@ def MODULE_GIT_URL="https://github.com/openresty/lua-nginx-module.git"
|
|||
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
stage("Build on nginx:stable-alpine") {
|
||||
agent {
|
||||
|
@ -52,4 +54,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue