-
Improvement
-
Resolution: Not A Defect
-
Major
-
Windows 10, Jenkins ver. 2.176.2
I configured a multibranch pipeline to check out via git, discover branches, discover tags and the added clone behaviour to fetch tags.
However I can't use the when condition with tags as outlined here (https://jenkins.io/blog/2018/05/16/pipelines-with-git-tags/). According to the docs (https://jenkins.io/doc/book/pipeline/syntax/#when) when depends on the variable TAG_NAME which I assume should be set by Jenkins. But both params.TAG_NAME, env.TAG_NAME are null.
Thus my when condition 'when { tag "" }' never triggers.
[JENKINS-58751] TAG_NAME is not populated in declarative multibranch pipeline
Assignee | Original: Mark Waite [ markewaite ] |
Summary | Original: TAG_NAME is not populated in descriptive multibranch pipeline | New: TAG_NAME is not populated in declarative multibranch pipeline |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Component/s | New: declarative-pipeline-when-conditions-plugin [ 23168 ] | |
Component/s | Original: git-plugin [ 15543 ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |