Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 7, 2025
1 parent a70ef5f commit 09ca3cb
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 @@ -197,7 +197,6 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
// RPM : jf 'rt u **/build/ospackage/*.${VALUE}.rpm ${PACKAGEDIR}/${KEY}/Packages/ --flat=true'
echo "Debug 2004 - RPM List"
// sh "find . -path '*/build/ospackage/${FileName}' -exec ls -ltr {} +"
sh "find ."
echo "Value = ${Value}"
echo "PackageDir = ${PackageDir}"
echo "Key = ${Key}"
Expand Down Expand Up @@ -933,7 +932,7 @@ stage('Build & Archive Package') {
// echo "PackageDir = ${RHELTarget}"
// echo "buildArch = ${RHELarchitecture}"
echo "FileName = ${RHELFileName}"
// echo "FilePath = ${RHELFilePath}"
echo "FilePath = ${RHELFilePath}"
}
echo "Preapring For SUSE Upload"
def SUSEFileName = ''
Expand Down Expand Up @@ -968,7 +967,7 @@ stage('Build & Archive Package') {
// echo "PackageDir = ${SUSETarget}"
// echo "buildArch = ${SUSEarchitecture}"
echo "FileName = ${SUSEFileName}"
// echo "FilePath = ${SUSEFilePath}"
echo "FilePath = ${SUSEFilePath}"
}
} // End Of Linux Distro
// Verify files are retrieved
Expand Down

0 comments on commit 09ca3cb

Please sign in to comment.