Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 13, 2025
1 parent 18d6bea commit 59fc545
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,18 +185,18 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
// Define A Context Appropriate Release Number
def RelNumber = params.VERSION.replaceAll(/[^\d]/, '')

// echo "Debug 2001"
// echo "${Target} ${Distro} ${BuildArch} ${RelVersion} ${DistroList} ${Value} ${PackageDir} ${Key} ${FileName}"
// echo "Target = ${Target}/${FileName}"
// // echo "Distro = ${Distro}"
// echo "Arch = ${BuildArch}"
// echo "Version = ${RelVersion}"
// echo "RELNUM = ${RelNumber}"
// echo "DistroList = ${DistroList}"
// echo "Value = ${Value}"
// echo "PackageDir = ${PackageDir}"
// echo "Key = ${Key}"
// echo "Filename = ${FileName}"
echo "Debug 2001"
echo "${Target} ${Distro} ${BuildArch} ${RelVersion} ${DistroList} ${Value} ${PackageDir} ${Key} ${FileName}"
echo "Target = ${Target}/${FileName}"
echo "Distro = ${Distro}"
echo "Arch = ${BuildArch}"
echo "Version = ${RelVersion}"
echo "RELNUM = ${RelNumber}"
echo "DistroList = ${DistroList}"
echo "Value = ${Value}"
echo "PackageDir = ${PackageDir}"
echo "Key = ${Key}"
echo "Filename = ${FileName}"

env.TARGET = Target
env.DISTRO = Distro
Expand Down

0 comments on commit 59fc545

Please sign in to comment.