Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Dec 20, 2024
1 parent fc70a26 commit ad9ce1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,12 @@ stage('Build & Archive Package') {
RHELkey = rhel_distro
echo "RHELKEY = ${RHELkey}"
}



def RHELFileName = RHELPackFile.name
def archex = RHELFileName =~ /(?:\d+\.\d+-\d+)\.(\w+)\.(?:src\.)?rpm/
def architecture = archex ? archex[0][1] : null
echo "Extracted architecture: ${architecture}"

//def RHELTarget = "https://adoptium.jfrog.io/artifactory/rpm/${KEY}/Packages/${RHELFileName}"
// Key = amazonlinux/2/x86_64
// https://adoptium.jfrog.io/artifactory/rpm/amazonlinux/2/x86_64/Packages/temurin-23-jdk-23.0.1.0.0.11-0.x86_64.rpm
Expand Down

0 comments on commit ad9ce1c

Please sign in to comment.