Skip to content

Commit 94f7a5d

Browse files
author
henry
committed
Fix README containing outdated instructions
1 parent a5b009e commit 94f7a5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,15 @@ job('upstreamJob') {
144144
permitAll()
145145
autoCloseFailedPullRequests()
146146
displayBuildErrorsOnDownstreamBuilds()
147-
commentFilePath("relative/path/to/file")
148147
whiteListTargetBranches(['master','test', 'test2'])
149148
blackListTargetBranches(['master','test', 'test2'])
150149
whiteListLabels(['foo', 'bar'])
151150
blackListLabels(['baz'])
152151
allowMembersOfWhitelistedOrgsAsAdmin()
153152
extensions {
153+
commentFilePath {
154+
commentFilePath("relative/path/to/file")
155+
}
154156
commitStatus {
155157
context('deploy to staging site')
156158
triggeredStatus('starting deployment to staging site...')

0 commit comments

Comments
 (0)