Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 9, 2025
1 parent 2703ed6 commit 826c8fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
// CheckAndUpload(Target, Distro, BUILDARCH, VERSION, DISTROLIST, '', '', '', '' )
echo "Debug 2002 - Debian List"
echo "Filename = ${FILENAME}"
sh "ls ${FILENAME}"
sh "find ."
sh "ls -ltr ${FILENAME}"
echo "BuildArch = ${BUILDARCH}"
echo "Version = ${VERSION}"
echo "RelVersion = ${RelVersion}"
Expand All @@ -211,7 +210,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
// --target-props='${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH}' --flat=true'
// """
// jf 'rt u **/build/ospackage/temurin-*${BUILDARCH}.deb sfr-deb-test/pool/main/t/temurin-${VERSION}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
jf 'rt u **/build/ospackage/${FILENAME} sfr-deb-test/pool/main/t/temurin-${VERSION}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
jf 'rt u ${FILENAME} sfr-deb-test/pool/main/t/temurin-${VERSION}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
break
case "Alpine":
echo "About To Upload Alpine File"
Expand Down

0 comments on commit 826c8fe

Please sign in to comment.