Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Apr 26, 2024
1 parent fd6e37a commit 682d15e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,8 @@ def handleRISCVUpload(String Distro, String BuildArch, String Version, String Di
env.VALUE = Value
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; - - ,
//
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}"
}
def copiedFiles = copyArtifacts(filter: '**/build/ospackage/*,**/build/reports/**,**/packageTest/dependencies/deb/*', projectName: env.JOB_NAME, selector: specific(env.BUILD_NUMBER))

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

0 comments on commit 682d15e

Please sign in to comment.