You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh "$JF_HOME/jf" rt u **/build/ospackage/temurin-*${BUILDARCH}.debdeb/pool/main/t/temurin-${VERSION}/--target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
180
+
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb""deb/pool/main/t/temurin-${VERSION}/"--target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
sh "$JF_HOME/jf" rt u **/build/ospackage/temurin-*${BUILDARCH}.debdeb/pool/main/t/temurin-${VERSION}/--target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
231
+
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb""deb/pool/main/t/temurin-${VERSION}/"--target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
232
232
break
233
233
case"RPMS":
234
234
echo "RPM Upload"
235
-
sh "$JF_HOME/jf" rt u **/build/ospackage/*.${VALUE}.rpm${PACKAGEDIR}/${KEY}/Packages/ --flat=true
235
+
sh "$JF_HOME/jf" rt u "**/build/ospackage/*.${VALUE}.rpm""${PACKAGEDIR}/${KEY}/Packages/"--flat=true
236
236
break
237
237
default:
238
238
echo "Default Upload"
239
-
sh "$JF_HOME/jf" rt u **/build/ospackage/*.${VALUE}.rpm${PACKAGEDIR}/${KEY}/Packages/--flat=true
239
+
sh "$JF_HOME/jf" rt u "**/build/ospackage/*.${VALUE}.rpm""${PACKAGEDIR}/${KEY}/Packages/"--flat=true
0 commit comments