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 7003bbe commit 783022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 246 deletions.
7 changes: 2 additions & 5 deletions linux/sfr.dev/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ pipeline {
error("Checksum mismatch for ${PFILE}. Expected: ${expectedChecksum}, but found: ${calculatedChecksum}.")
} else {
echo "Checksum validation successful for ${PFILE}."
// // Update The JDKArray With The Actual Checksum
// ModifiedJDKArray = JDKArray.collect { tuple ->
// tuple + "${calculatedChecksum}"
// }
}
// Remove This Later
sh "rm -rf ${PFILE}"
Expand All @@ -181,10 +177,11 @@ pipeline {
// Remove
// Create New Array With Checksum
echo "Debug 00"
echo "${PTYPE} , ${PFILE} , ${PSIGN} , ${PDIST} , ${PARCH} , ${PVERS} , ${calculatedChecksum}"
//echo "${PTYPE} , ${PFILE} , ${PSIGN} , ${PDIST} , ${PARCH} , ${PVERS} , ${calculatedChecksum}"
ModifiedJDKArray << [ "${PTYPE}" , "${PFILE}" , "${PSIGN}" , "${PDIST}" , "${PARCH}" , "${PVERS}" , "${calculatedChecksum}" ]

}
JDKArray = ModifiedJDKArray
}
}
}
Expand Down
241 changes: 0 additions & 241 deletions linux/sfr.dev/Jenkinsfile.proty1

This file was deleted.

0 comments on commit 783022b

Please sign in to comment.