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 b4ef863 commit f473b08
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 = sh(returnStdout: true, script: "jf 'rt s ${TARGET}'")
def CheckExists = ("jf 'rt s ${TARGET}'")

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

0 comments on commit f473b08

Please sign in to comment.