Skip to content

Commit

Permalink
Debug File Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Apr 26, 2024
1 parent 361d969 commit fd6e37a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,17 @@ def handleRISCVUpload(String Distro, String BuildArch, String Version, String Di
env.PACKAGEDIR = PackageDir
env.KEY = Key
echo "SF01 - Risc Upload For ${DISTRO} - ${BUILDARCH} - ${VERSION} - ${DISTROLIST} - ${VALUE} - ${PACKAGEDIR} , ${KEY}"

echo "SF00 - ${env.JOB_NAME} - ${env.BUILD_NUMBER}"
// Risc Upload For Debian - riscv64 - 22 - deb.distribution=trixie;deb.distribution=bookworm;deb.distribution=bullseye;deb.distribution=buster;deb.distribution=noble;deb.distribution=jammy;deb.distribution=focal;deb.distribution=bionic; - - ,
//
echo "here"
def copiedFiles = copyArtifacts(filter: '**/build/ospackage/*,**/build/reports/**,**/packageTest/dependencies/deb/*', projectName: env.JOB_NAME, selector: specific(env.BUILD_NUMBER))
echo "SF02 - Risc Upload For ${DISTRO} - ${BUILDARCH} - ${VERSION} - ${DISTROLIST} - ${VALUE} - ${PACKAGEDIR} , ${KEY}"

copiedFiles.each { file ->
echo "Copied File: ${file}"
}

switch(Distro) {
case "Debian":
echo "Debian Upload"
Expand Down

0 comments on commit fd6e37a

Please sign in to comment.