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