Merge branch 'jenkins-build-50' into 'master'
Auto-merge for build 50 See merge request puppet/puppet_cd!46
This commit is contained in:
@@ -13,10 +13,20 @@
|
||||
{
|
||||
"match": {
|
||||
"type": "value",
|
||||
"value": "refs/heads/production",
|
||||
"value": "production",
|
||||
"parameter": {
|
||||
"source": "payload",
|
||||
"name": "ref"
|
||||
"source": "jsonpath",
|
||||
"name": "$.object_attributes.target_branch"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"type": "value",
|
||||
"value": "merge_request",
|
||||
"parameter": {
|
||||
"source": "jsonpath",
|
||||
"name": "$.object_kind"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user