[DO-318] fixed hook (!50)

Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/50
This commit is contained in:
Aleksandr Vodyanov
2024-11-22 14:31:15 +03:00
parent 53c965f988
commit 8b82e59ee2

View File

@@ -16,6 +16,23 @@ pipelineJob('Docs/Eisen/doxygen') {
properties {
disableConcurrentBuilds()
pipelineTriggers {
triggers {
GenericTrigger {
allowSeveralTriggersPerBuild(false)
token('Docs/Eisen/doxygen')
genericVariables {
genericVariable{
expressionType('JSONPath')
regexpFilterText('')
regexpFilterExpression('')
key('webhookBody')
value('\$')
}
}
}
}
}
}
parameters {