chore(jenkins): do not wait emissary-firmware job completion
arcad/emissary/pipeline/head Something is wrong with the build of this commit
Details
arcad/emissary/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
e8829170e5
commit
69f183d126
|
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue