Skip to content

Commit

Permalink
jfcli
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Oct 3, 2023
1 parent cf81c9f commit 587dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def uploadAlpineArtifacts(String buildArch) {
echo "TARGET = ${TARGET}"

// Execute the jf command and redirect output to a temporary file
jf 'rt s ${TARGET} --count > temp_output.txt'
jf 'rt s ${TARGET} --count' > temp_output.txt
// Read the file content
def CheckExists = readFile('temp_output.txt').trim()

Expand Down

0 comments on commit 587dff6

Please sign in to comment.