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