Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 10, 2025
1 parent 1757029 commit afd9b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,8 @@ stage('Build & Archive Package') {
//
rhel_distros.each { rhel_distro ->
RHELkey = "${rhel_distro}/${RHELarchitecture}"
RHELTarget = "${artBaseURL}/${RHELkey}/Packages"
// RHELTarget = "${artBaseURL}/${RHELkey}/Packages"
RHELTarget = "${RHELkey}/Packages"
CheckAndUpload(RHELTarget, RHELDistro, RHELarchitecture, '', '', '', RHELTarget, RHELkey, RHELFilePath)
}
// RHELTarget = "https://adoptium.jfrog.io/artifactory/"
Expand Down

0 comments on commit afd9b0c

Please sign in to comment.