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 0e0c04f commit 312267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ stage('Build & Archive Package') {
// Calculate Key
suse_distros.each { suse_distro ->
SUSEkey = "${suse_distro}/${SUSEarchitecture}"
SUSETarget = "https://adoptium.jfrog.io/artifactory/${SUSEKey}/Packages"
SUSETarget = "https://adoptium.jfrog.io/artifactory/${SUSEkey}/Packages"
CheckAndUpload(SUSETarget, SUSEDistro, SUSEarchitecture, '', '', '', SUSETarget, SUSEkey, SUSEFileName)
}
// SUSETarget = "https://adoptium.jfrog.io/artifactory/"
Expand Down

0 comments on commit 312267f

Please sign in to comment.