3
0

Merge branch 'jenkins-build-48' into 'master'

Auto-merge for build 48

See merge request puppet/puppet_cd!44
This commit is contained in:
2025-10-25 14:51:36 +00:00

View File

@@ -12,12 +12,18 @@
"and": [
{
"match": {
"type": "payload",
"parameter": {
"source": "jsonpath",
"name": "$.ref"
"type": "payload-hash-sha1",
"secret": "<%= @pt_webhook_secret %>"
}
},
"value": "refs/heads/production"
{
"match": {
"type": "value",
"value": "refs/heads/production",
"parameter": {
"source": "payload",
"name": "ref"
}
}
}
]