fix(ci): inject current branch name in release tasks
arcad/edge/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-10-02 21:22:44 -06:00
parent 0fded0170a
commit 4c6e979bb6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
]) ])
]) { ]) {
sh 'make .mktools' sh 'make .mktools'
sh 'make gitea-release' sh "export MKT_PROJECT_VERSION_BRANCH_NAME=${env.BRANCH_NAME}; make gitea-release"
} }
} }
} }