Skip to content

Commit 05f65c8

Browse files
authored
Zxp fix (#734)
* Fix for ZXP on SPS * Remove debug
1 parent d905450 commit 05f65c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ebcDockerBuilderRCO.jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def gitCloneAndStash() {
8888
sh "git checkout ${RELEASE_TARGET}"
8989
}
9090
if (params.PIPELINE_TYPE == "SPS") {
91-
dir('runtime-component-operator-sps-config') {
91+
dir('websphere-liberty-operator-sps-config') {
9292
git branch: "main", url: "[email protected]:websphere-operators-sps/websphere-liberty-operator-sps-config.git"
9393
sh "git checkout ${COMMON_OPERATORS_BRANCH}"
9494
}
@@ -110,8 +110,6 @@ def gitCloneAndStash() {
110110

111111
// Job Specific Functions
112112
def void doWork(){
113-
// Setup global variables
114-
115113
// Unstash the git repo
116114
unstash(name: 'runtime-component-operator')
117115
sh "./operators/scripts/build/build-initialize.sh"

0 commit comments

Comments
 (0)