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 44ce904 commit b62ab86
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 @@ -810,8 +810,9 @@ stage('Build & Archive Package') {
rhel_distros.each { rhel_distro ->
RHELkey = rhel_distro
echo "RHELKEY = ${RHELkey}"

}
}


def RHELFileName = RELPackFile.name
//def RHELTarget = "https://adoptium.jfrog.io/artifactory/rpm/${KEY}/Packages/${RHELFileName}"
Expand Down

0 comments on commit b62ab86

Please sign in to comment.