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

This commit is contained in:
wpetit 2023-04-06 15:07:35 +02:00
parent e8829170e5
commit 69f183d126

3
Jenkinsfile vendored
View File

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