mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
Jenkinsfile: Fix whitespace issues
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
acafda6739
commit
04bfb3d93e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -41,7 +41,7 @@ pipeline{
|
||||
}
|
||||
}
|
||||
stage ('Build') {
|
||||
parallel {
|
||||
parallel {
|
||||
stage ('Worker build') {
|
||||
agent { node { label 'hirsute' } }
|
||||
when {
|
||||
@ -393,4 +393,4 @@ def boolean docsFileOnly() {
|
||||
returnStatus: true,
|
||||
script: "git diff --name-only origin/${env.CHANGE_TARGET}... | grep -v '\\.md'"
|
||||
) != 0
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user