提交 82eec6bf 编写于 作者: M Matt Mitchell

Merge pull request #8465 from mmitche/fix-netci

Update config to match new versions of DSL/ghprb
......@@ -63,7 +63,6 @@ static void addArtifactArchiving(def myJob, String patternString, String exclude
defaultExcludes(false)
exclude(excludeString)
fingerprint(false)
latestOnly(false)
onlyIfSuccessful(false)
pattern(patternString)
}
......@@ -134,7 +133,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
pullRequest {
admin('Microsoft')
useGitHubHooks(true)
regexTriggerPhrase("(?i).*test\\W+(${contextName.replace('_', '/').substring(7)}|${opsysName}|${triggerKeyword}|${opsysName}\\W+${triggerKeyword}|${triggerKeyword}\\W+${opsysName})\\W+please.*")
triggerPhrase("(?i).*test\\W+(${contextName.replace('_', '/').substring(7)}|${opsysName}|${triggerKeyword}|${opsysName}\\W+${triggerKeyword}|${triggerKeyword}\\W+${opsysName})\\W+please.*")
onlyTriggerPhrase(triggerOnly)
autoCloseFailedPullRequests(false)
orgWhitelist('Microsoft')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册