Skip to content

Commit c826a8e

Browse files
authored
build with GH tag (#444)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 3741311 commit c826a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ebcDockerBuilderWLO.jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ timestamps {
8484
// Clone the git repo and stash it, so that the jenkins agent machine can grab it later
8585
def gitCloneAndStash() {
8686
dir('websphere-liberty-operator') {
87-
git branch: RELEASE_TARGET, url: "[email protected]:${scriptOrg}/websphere-liberty-operator.git"
87+
git branch: "main", url: "[email protected]:${scriptOrg}/websphere-liberty-operator.git"
88+
sh "git checkout ${RELEASE_TARGET}"
8889
}
8990
dir('operators') {
9091
git branch: "main", url: "[email protected]:websphere/operators.git"

0 commit comments

Comments
 (0)