Skip to content

Commit 197f199

Browse files
authored
Update ebcDockerBuilderRCO.jenkinsfile (#739)
Fix syntax
1 parent f5a5578 commit 197f199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebcDockerBuilderRCO.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ properties([
1818
string(name: 'PIPELINE_REGISTRY', defaultValue: "cp.stg.icr.io", description: 'staging registry to push images to'),
1919
string(name: 'ARTIFACTORY_REPO_URL', defaultValue: "hyc-taas-onepipeline-team-docker-local.artifactory.swg-devops.com", description: 'artifactory repo url [only used if disable artifactory is false]]'),
2020
string(name: 'DISABLE_ARTIFACTORY', defaultValue: "false", description: 'whether to back up container images to artifactorys'),
21-
string(name: 'COMMON_OPERATORS_BRANCH', defaultValue: "main", description: 'branch to use for websphere/operators repository')
21+
string(name: 'COMMON_OPERATORS_BRANCH', defaultValue: "main", description: 'branch to use for websphere/operators repository'),
2222
string(name: 'COMMON_DIR', defaultValue: "/runtime-component-operator/operators", description: 'Base location of the common scripts')
2323
])
2424
])

0 commit comments

Comments
 (0)