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

4
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 {
@ -393,4 +393,4 @@ def boolean docsFileOnly() {
returnStatus: true, returnStatus: true,
script: "git diff --name-only origin/${env.CHANGE_TARGET}... | grep -v '\\.md'" script: "git diff --name-only origin/${env.CHANGE_TARGET}... | grep -v '\\.md'"
) != 0 ) != 0
} }