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 d6e31ad commit 741ca3eCopy full SHA for 741ca3e
ebcDockerBuilderWLO.jenkinsfile
@@ -87,7 +87,7 @@ def gitCloneAndStash() {
87
git branch: "main", url: "[email protected]:${scriptOrg}/websphere-liberty-operator.git"
88
sh "git checkout ${RELEASE_TARGET}"
89
}
90
- if (${params.PIPELINE_TYPE} == "SPS") {
+ if (params.PIPELINE_TYPE == "SPS") {
91
dir('websphere-liberty-operator-sps-config') {
92
git branch: "main", url: "[email protected]:websphere-operators-sps/websphere-liberty-operator-sps-config.git"
93
sh "git checkout ${COMMON_OPERATORS_BRANCH}"
0 commit comments