Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 9, 2024
1 parent dcab4d3 commit 22de7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/sfr.dev/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ pipeline {
echo "Dists to build: ${DISTS_TO_BUILD}"
echo "About To Generate Spec File For"

DISTS_TO_BUILD.each { ArrayElement ->
echo "${ArrayElement}"
DISTS_TO_BUILD.each { DistArrayElement ->
echo "${DistArrayElement}"
// Usage: ./generate_spec_file.sh DISTRIBUTION PACKAGE_TYPE VERSION ARCH
def speccmd = "./generate_spec_file.sh ${PDIST} ${PTYPE} ${PVERS} ${PARCH}"
echo "Spec Command : ${speccmd}"
Expand Down

0 comments on commit 22de7d1

Please sign in to comment.