Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 8375496

Browse files
authored
Merge pull request #154 from dghubble/master
Jenkinsfile: Fix orgWhitelist to be orgslist
2 parents 66e8d2c + 15da77d commit 8375496

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ properties([
99
pipelineTriggers([
1010
// Pull requests, with whitelisting/auth
1111
[$class: 'GhprbTrigger',
12-
cron: '*/1 * * * *',
12+
cron: 'H/5 * * * *',
1313
permitAll: false,
14-
orgWhitelist(['coreos', 'coreos-inc']),
15-
displayBuildErrorsOnDownstreamBuilds: true,
16-
gitHubAuthId: 'dd528eca-0dbc-4c17-a4c6-8e8a2ba7f43d'],
14+
orgslist: 'coreos',
15+
displayBuildErrorsOnDownstreamBuilds: true,],
1716
])
1817
])
1918

0 commit comments

Comments
 (0)