Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 8, 2024
1 parent cb35d48 commit 0e9405c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux/sfr.dev/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def dlURL = "${baseURL}/${binaryDLRepo}"
// Global Variables
def DLfilenames = []
def JDKArray = []
// def ModifiedJDKArray = []
def ModifiedJDKArray = []
def distro = ""
def arch = ""
def ReleaseVersion = ""
Expand Down Expand Up @@ -175,7 +175,7 @@ pipeline {
// Remove

// Update The JDKArray With The Actual Checksum
JDKArray = JDKArray.collect { tuple ->
ModifiedJDKArray = JDKArray.collect { tuple ->
tuple + "${calculatedChecksum}"
}
}
Expand All @@ -193,7 +193,7 @@ pipeline {
// sh "ls -ltr"
// echo "Debug"
//echo "${JDKArray}"
JDKArray.each { ArrayElement ->
ModifiedJDKArray.each { ArrayElement ->
def PTYPE = ArrayElement[0]
def PFILE = ArrayElement[1]
def PSIGN = ArrayElement[2]
Expand Down

0 comments on commit 0e9405c

Please sign in to comment.