Skip to content

Commit 0177ec1

Browse files
committed
Add Debug
1 parent cb0e021 commit 0177ec1

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
@@ -189,7 +189,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
189189
} else {
190190
echo "Target Doesnt Exist - Upload Files"
191191
// This Upload Works
192-
jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
192+
// jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
193193
break
194194
}
195195
case "Alpine":
@@ -201,7 +201,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
201201
break
202202
} else {
203203
// This Upload Works
204-
jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
204+
// jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
205205
break
206206
}
207207
case "RPMS":
@@ -212,7 +212,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
212212
echo "Target Exists - Skipping"
213213
break
214214
} else {
215-
jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
215+
// jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
216216
break
217217
}
218218
default:

0 commit comments

Comments
 (0)