Skip to content

Commit

Permalink
Fix README containing outdated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
henry committed Sep 14, 2018
1 parent a5b009e commit 94f7a5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,15 @@ job('upstreamJob') {
permitAll()
autoCloseFailedPullRequests()
displayBuildErrorsOnDownstreamBuilds()
commentFilePath("relative/path/to/file")
whiteListTargetBranches(['master','test', 'test2'])
blackListTargetBranches(['master','test', 'test2'])
whiteListLabels(['foo', 'bar'])
blackListLabels(['baz'])
allowMembersOfWhitelistedOrgsAsAdmin()
extensions {
commentFilePath {
commentFilePath("relative/path/to/file")
}
commitStatus {
context('deploy to staging site')
triggeredStatus('starting deployment to staging site...')
Expand Down

0 comments on commit 94f7a5d

Please sign in to comment.