chore(jenkins): do not wait emissary-firmware job completion
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
wpetit 2023-04-06 15:07:35 +02:00
parent e8829170e5
commit 69f183d126
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -58,7 +58,8 @@ pipeline {
job: "../emissary-firmware/${env.GIT_BRANCH}", job: "../emissary-firmware/${env.GIT_BRANCH}",
parameters: [ parameters: [
[$class: 'StringParameterValue', name: 'emissaryRelease', value: currentVersion] [$class: 'StringParameterValue', name: 'emissaryRelease', value: currentVersion]
] ],
wait: false
) )
} }
} }