Merge branch 'jenkins-build-41' into 'master'
Auto-merge for build 41 See merge request puppet/puppet_cd!37
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user