Skip to content

Commit 855252d

Browse files
committed
Remove Debug
1 parent 7530b31 commit 855252d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linux_new/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
188188
} else {
189189
echo "Target Doesnt Exist - Upload Files"
190190
// This Upload Works
191-
// jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
191+
jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
192192
break
193193
}
194194
case "Alpine":
@@ -200,7 +200,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
200200
break
201201
} else {
202202
// This Upload Works
203-
// jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
203+
jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
204204
break
205205
}
206206
case "RPMS":
@@ -211,7 +211,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
211211
echo "Target Exists - Skipping"
212212
break
213213
} else {
214-
// jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
214+
jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
215215
break
216216
}
217217
default:

0 commit comments

Comments
 (0)