3
0

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

Auto-merge for build 37

See merge request puppet/puppet_cd!33
This commit is contained in:
2025-10-23 20:56:53 +00:00

View File

@@ -8,22 +8,12 @@
{ "source": "string", "name": "environment" }, { "source": "string", "name": "environment" },
{ "source": "string", "name": "-pv" } { "source": "string", "name": "-pv" }
], ],
"trigger-rule": { "trigger-rule": {
"and": [
{
"match": { "match": {
"type": "payload-hash-sha1", "type": "payload-hash-sha1",
"secret": "<%= @pt_webhook_secret %>" "secret": "<%= @pt_webhook_secret %>"
} }
},
{
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production"
}
}
]
} }
} }
] ]