Jenkinsfile: Fix whitespace issues

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-25 11:11:30 +00:00
parent acafda6739
commit 04bfb3d93e

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline{
} }
} }
stage ('Build') { stage ('Build') {
parallel { parallel {
stage ('Worker build') { stage ('Worker build') {
agent { node { label 'hirsute' } } agent { node { label 'hirsute' } }
when { when {