Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 2, 2025
1 parent 312267f commit 9de9e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ def getPackageBuildLabel(String arch, String distro) {
def CheckAndUpload(String Target, String Distro, String BuildArch, String Version, String DistroList, String Value, String PackageDir, String Key, String FileName) {
echo "Entering Check & Upload"
echo "Debug 2001"
// def ResponseCode = sh(script: "curl -o /dev/null --silent --head --write-out '%{http_code}' ${Target}", returnStdout: true).trim()
// echo "ResponseCode = ${ResponseCode}"
def ResponseCode = sh(script: "curl -o /dev/null --silent --head --write-out '%{http_code}' ${Target}/${FileName}", returnStdout: true).trim()
echo "ResponseCode = ${ResponseCode}"
// echo "${Target} ${Distro} ${BuildArch} ${Version} ${DistroList} ${Value} ${PackageDir} ${Key} ${FileName}"
echo "Target = ${Target}"
echo "Target = ${Target}/${FileName}"
// echo "Distro = ${Distro}"
// echo "Arch = ${BuildArch}"
// echo "Version = ${Version}"
Expand Down

0 comments on commit 9de9e14

Please sign in to comment.