Try using parallel
All checks were successful
gitea/evodocker/pipeline/head This commit looks good

This commit is contained in:
Ludovic Poujol 2024-04-25 17:06:38 +02:00
parent 568c8d2186
commit 94d76c581d
Signed by: lpoujol
SSH key fingerprint: SHA256:YZbQWfjHONnvIGkFZMs0xRKtqzqGqwtZU+kCOKhZXPA

View file

@ -92,6 +92,8 @@ pipeline {
}
}
stage('Build apache2-php ') {
parallel {
stage('Build apache2-php (Stretch)') {
steps {
script {
@ -154,6 +156,10 @@ pipeline {
}
}
}
}
stage('Build redis (Stretch)') {
steps {