ci: use jenkins environment to define current branch name for version generation
Some checks failed
arcad/emissary/pipeline/head There was a failure building this commit
Some checks failed
arcad/emissary/pipeline/head There was a failure building this commit
This commit is contained in:
parent
777648ff44
commit
b31900ae2f
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -58,10 +58,11 @@ pipeline {
|
|||||||
passwordVariable: 'GITEA_RELEASE_PASSWORD'
|
passwordVariable: 'GITEA_RELEASE_PASSWORD'
|
||||||
])
|
])
|
||||||
]) {
|
]) {
|
||||||
sh '''
|
sh """
|
||||||
|
export MKT_PROJECT_VERSION_BRANCH_NAME=${env.BRANCH_NAME}
|
||||||
make mktools
|
make mktools
|
||||||
make gitea-release
|
make gitea-release
|
||||||
'''
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
build(
|
build(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user