ci: fix release version passed to emissary-firmware pipeline
All checks were successful
arcad/emissary/pipeline/head This commit looks good
All checks were successful
arcad/emissary/pipeline/head This commit looks good
This commit is contained in:
parent
3af6324121
commit
077964c7b9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -65,7 +65,7 @@ pipeline {
|
|||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
String currentVersion = sh(script: 'make version', returnStdout: true).trim()
|
String currentVersion = sh(script: "MKT_PROJECT_VERSION_BRANCH_NAME=${env.BRANCH_NAME} make version", returnStdout: true).trim()
|
||||||
|
|
||||||
build(
|
build(
|
||||||
job: "../emissary-firmware/${env.GIT_BRANCH}",
|
job: "../emissary-firmware/${env.GIT_BRANCH}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user