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 dbe07f6 commit 6da6537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ def uploadAlpineArtifacts(String buildArch) {
env.TARGET = Target
echo "TARGET = ${TARGET}"

def fileCount =''
jf 'rt s ${TARGET} --count' | sh { fileCount = it.trim() }
def fileCount
fileCount = jf 'rt s ${TARGET} --count'
echo "FC : ${fileCount}"

//def CheckExists = (jf 'rt s ${TARGET}')
Expand Down

0 comments on commit 6da6537

Please sign in to comment.