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
Some checks reported errors
arcad/emissary/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user