Fix webhook

This commit is contained in:
myrmidex 2025-07-14 20:40:07 +02:00
parent 2967dc22a7
commit a60ea83563

2
Jenkinsfile vendored
View file

@ -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,