Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 16, 2025
1 parent ea20dc3 commit 088048b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux_new/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ pipeline {
if (extractedArchs.size() == 1) {
def check_arch = extractedArchs[0]
println "Valid architecture identified: ${check_arch}"
arch = extractedArchs[0]
} else if (extractedArchs.isEmpty()) {
println "WARNING: No valid architecture found in the specified paths: ${params.ARTIFACTS_TO_COPY}"
error("No valid architecture found in the specified paths.")
Expand Down

0 comments on commit 088048b

Please sign in to comment.