Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 30, 2025
1 parent 224b23d commit 8b33fe1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
} else {
echo "Target Doesnt Exist - Upload Files"
// This Upload Works
jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
// jf 'rt u ${FILENAME} deb/pool/main/t/temurin-${RELNUM}/ --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true'
break
}
case "Alpine":
Expand All @@ -197,7 +197,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
break
} else {
// This Upload Works
jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
// jf 'rt u **/build/ospackage/${FILENAME} apk/alpine/main/${BUILDARCH}/ --flat=true'
break
}
case "RPMS":
Expand All @@ -208,7 +208,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
echo "Target Exists - Skipping"
break
} else {
jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
// jf 'rt u ${FILENAME} ${PACKAGEDIR}/ --flat=true'
break
}
default:
Expand Down Expand Up @@ -907,10 +907,10 @@ post {
echo "Release : ${params.TAG}"
echo "FileName : ${ArchiveFileName}"

build job: 'publish_linux_pkg_src', parameters: [
string(name: 'TAG', value: "${params.TAG}"),
string(name: 'FILENAME', value: "${ArchiveFileName}")
]
//build job: 'publish_linux_pkg_src', parameters: [
// string(name: 'TAG', value: "${params.TAG}"),
// string(name: 'FILENAME', value: "${ArchiveFileName}")
//]
} else {
echo 'Dry Run is enabled. Skipping downstream job trigger.'
}
Expand Down

0 comments on commit 8b33fe1

Please sign in to comment.