We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9977cc0 commit d8cf04eCopy full SHA for d8cf04e
buildenv/jenkins/jck_sync
@@ -1,5 +1,4 @@
1
#!groovy
2
-def PR_NUMBER = 0
3
4
timestamps{
5
stage('Setup') {
jck/jck-semiauto-updater/jckupdater.sh
@@ -169,10 +169,8 @@ isLatestUpdate() {
169
170
if grep -q "$JCK_WITHOUT_BACKSLASH" build.txt; then
171
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
+ cleanup
+ exit 2
176
else
177
echo " JCK$JCK_VERSION $JCK_WITHOUT_BACKSLASH is latest and not in the repo $GIT_URL... Please proceed with download"
178
get_JAVA_SDK
0 commit comments