3
0

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

Auto-merge for build 41

See merge request puppet/puppet_cd!37
This commit is contained in:
2025-10-23 21:36:50 +00:00

View File

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