updates tag label
This commit is contained in:
parent
0874289fcf
commit
74f04ec909
@ -72,7 +72,7 @@ pipeline {
|
||||
$class: "GitSCM",
|
||||
branches: [
|
||||
[
|
||||
name: "refs/tags/" + latestTag,
|
||||
name: "refs/tags/v" + latestTag,
|
||||
],
|
||||
],
|
||||
userRemoteConfigs: [
|
||||
|
Reference in New Issue
Block a user