Home
DevCentral
Search
Configure Global Search
Log In
Transactions
H20
Change Details
Change Details
Old
New
Diff
{ "match_all": true, "conditions": [ { "field": "diffusion.commit.repository", "condition": "isany", "value": [ "PHID-REPO-g7iqovzj4tw7ezcc2foi" ] }, { "field": "diffusion.commit.branches", "condition": "contains", "value": "master" } ], "actions": [ { "action": "harbormaster.build", "target": [ "PHID-HMCP-vy6lsn26i544skg5bvdy" ] } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "diffusion.commit.repository", "condition": "isany", "value": [ "PHID-REPO-g7iqovzj4tw7ezcc2foi" ] }, { "field": "diffusion.commit.branches", "condition": "regexp", "value": "/^(master|main)$/" } ], "actions": [ { "action": "harbormaster.build", "target": [ "PHID-HMCP-vy6lsn26i544skg5bvdy" ] } ], "repetition_policy": "every" }
{ "match_all": true, "conditions": [ { "field": "diffusion.commit.repository", "condition": "isany", "value": [ "PHID-REPO-g7iqovzj4tw7ezcc2foi" ] }, { "field": "diffusion.commit.branches", "condition": "
contains"
regexp"
, "value": "
/^(
master
"
|main)$/"
} ], "actions": [ { "action": "harbormaster.build", "target": [ "PHID-HMCP-vy6lsn26i544skg5bvdy" ] } ], "repetition_policy": "every" }
Continue