Fix webhook
This commit is contained in:
parent
2967dc22a7
commit
a60ea83563
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -2,7 +2,7 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
genericTrigger(
|
GenericTrigger(
|
||||||
causeString: 'Triggered on tag push',
|
causeString: 'Triggered on tag push',
|
||||||
token: 'tag-trigger-secret',
|
token: 'tag-trigger-secret',
|
||||||
printContributedVariables: true,
|
printContributedVariables: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue