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