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 c5b23f8 commit 83c638b
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 @@ -302,7 +302,7 @@ def uploadAlpineArtifacts(String buildArch) {
env.TARGET = Target
echo "TARGET = ${TARGET}"

def CheckExists = (jf 'rt s ${TARGET} --count')
def CheckExists = (jf 'rt s ${TARGET}' --count)

// try{
// def result = sh(script: jf 'rt s ${TARGET} --count' )
Expand Down

0 comments on commit 83c638b

Please sign in to comment.