We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b009e commit 94f7a5dCopy full SHA for 94f7a5d
README.md
@@ -144,13 +144,15 @@ job('upstreamJob') {
144
permitAll()
145
autoCloseFailedPullRequests()
146
displayBuildErrorsOnDownstreamBuilds()
147
- commentFilePath("relative/path/to/file")
148
whiteListTargetBranches(['master','test', 'test2'])
149
blackListTargetBranches(['master','test', 'test2'])
150
whiteListLabels(['foo', 'bar'])
151
blackListLabels(['baz'])
152
allowMembersOfWhitelistedOrgsAsAdmin()
153
extensions {
+ commentFilePath {
154
+ commentFilePath("relative/path/to/file")
155
+ }
156
commitStatus {
157
context('deploy to staging site')
158
triggeredStatus('starting deployment to staging site...')
0 commit comments