Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 8, 2025
1 parent 3c3f96b commit 3fce9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
echo "Alpine Sample Command:"
echo "jf 'rt u **/build/ospackage/${FileName} apk/alpine/main/${BuildArch}/ --flat=true'"
// sh "find . -path '*/build/ospackage/${FileName}' -exec ls -ltr {} +"
jf 'rt u **/build/ospackage/${FileName} sfr-apk-test/alpine/main/${BuildArch}/ --flat=true'
jf 'rt u **/build/ospackage/'${FileName}' sfr-apk-test/alpine/main/'${BuildArch}'/ --flat=true'
break
case "RPMS":
echo "About To Upload RPM File"
Expand Down

0 comments on commit 3fce9cc

Please sign in to comment.