3
0

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

Auto-merge for build 39

See merge request puppet/puppet_cd!35
This commit is contained in:
2025-10-23 21:12:59 +00:00

View File

@@ -10,11 +10,15 @@
],
"trigger-rule": {
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production"
}
"and": [
{
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production"
}
}
]
}
}
]