提交 8f8a954a 编写于 作者: T Tanner Gooding

Removing an extra pipe character from the netci.groovy regex.

上级 f9d113ed
......@@ -116,7 +116,7 @@ static void addPullRequestTrigger(def myJob, String contextName, String opsysNam
pullRequest {
admin('Microsoft')
useGitHubHooks(true)
triggerPhrase("(?i).*test\\W+(${opsysName}|${triggerKeyword}|${opsysName}\\W+${triggerKeyword}||${triggerKeyword}\\W+${opsysName})\\W+please.*")
triggerPhrase("(?i).*test\\W+(${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.
先完成此消息的编辑!
想要评论请 注册