Skip to content

Commit d8cf04e

Browse files
committed
Review changes
1 parent 9977cc0 commit d8cf04e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

buildenv/jenkins/jck_sync

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!groovy
2-
def PR_NUMBER = 0
32

43
timestamps{
54
stage('Setup') {

jck/jck-semiauto-updater/jckupdater.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,8 @@ isLatestUpdate() {
169169

170170
if grep -q "$JCK_WITHOUT_BACKSLASH" build.txt; then
171171
echo " JCK$JCK_VERSION material is $JCK_WITHOUT_BACKSLASH in the repo $GIT_URL. It is up to date. No need to pull changes"
172-
# cleanup
173-
# exit 2
174-
get_JAVA_SDK
175-
getJCKSources
172+
cleanup
173+
exit 2
176174
else
177175
echo " JCK$JCK_VERSION $JCK_WITHOUT_BACKSLASH is latest and not in the repo $GIT_URL... Please proceed with download"
178176
get_JAVA_SDK

0 commit comments

Comments
 (0)