Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 62c4be6

Browse files
author
James Wallis
authored
CHANGE_TARGET -> BRANCH (#3186)
Signed-off-by: James Wallis <[email protected]>
1 parent 33e6b39 commit 62c4be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ pipeline {
290290
291291
ODO_DEVFILE_BRANCH="$BRANCH-devfile"
292292
ODO_DEVFILE_VERSION=$ODO_DEVFILE_BRANCH
293-
if [ $CHANGE_TARGET == "master" ]; then
293+
if [ $BRANCH == "master" ]; then
294294
ODO_DEVFILE_VERSION="devfile-9.9.9999"
295295
fi
296296
curl -Lfo ${SRC_DIR}/pfe/extensions/codewind-odo-extension-devfile-$VERSION.zip http://archive.eclipse.org/codewind/codewind-odo-extension/$ODO_DEVFILE_BRANCH/latest/codewind-odo-extension-$ODO_DEVFILE_VERSION.zip

0 commit comments

Comments
 (0)