We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
container('clients')
1 parent c4e13b4 commit a246360Copy full SHA for a246360
vars/deployPlannerSnapshot.groovy
@@ -20,13 +20,10 @@ def call(body) {
20
def utils = new io.fabric8.Utils()
21
def openShiftProject = config.openShiftProject + '-' + utils.getRepoName()
22
23
- container('clients') {
24
- if (!flow.isAuthorCollaborator("", project)){
25
- currentBuild.result = 'ABORTED'
26
- error 'Change author is not a collaborator on the project, aborting build until we support the [test] comment'
27
- }
+ if (!flow.isAuthorCollaborator("", project)){
+ currentBuild.result = 'ABORTED'
+ error 'Change author is not a collaborator on the project, aborting build until we support the [test] comment'
28
}
29
-
30
def yaml = flow.getUrlAsString(openShiftTemplate)
31
def originalImage = "- image: ${originalImageName}:(.*)"
32
def newImage = "- image: ${newImageName}"
0 commit comments