updates tag label

This commit is contained in:
Hyatt 2023-10-29 11:52:20 -05:00
parent 0874289fcf
commit 74f04ec909
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -72,7 +72,7 @@ pipeline {
$class: "GitSCM", $class: "GitSCM",
branches: [ branches: [
[ [
name: "refs/tags/" + latestTag, name: "refs/tags/v" + latestTag,
], ],
], ],
userRemoteConfigs: [ userRemoteConfigs: [