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 1c18728 commit e26d23d
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 @@ -8,7 +8,7 @@ def JVM = 'hotspot'

// Artifactory Global Variables
def baseURL = "https://github.com/adoptium/"
def artBaseURL = "https://adoptium.jfrog.io/artifactory/"
// def artBaseURL = "https://adoptium.jfrog.io/artifactory/"

// Github Artifact Repos
def binaryRepo = "${params.VERSION.replace('jdk', 'temurin')}-binaries/releases/tag/${params.TAG}"
Expand Down Expand Up @@ -208,6 +208,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String RelVer
env.KEY = Key
env.FILENAME = FileName
// env.DESTTARGET = RHELTarget = "${RHELkey}/Packages"
def artBaseURL = "https://adoptium.jfrog.io/artifactory/"

// WORKING HERE

Expand Down

0 comments on commit e26d23d

Please sign in to comment.