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 0090afa commit 6cfe30d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,11 @@ def uploadAlpineArtifacts(String buildArch) {

env.TARGET = ${Target}

def CheckExists = jf 'rt s ${TARGET} --count'
echo "TARGET = $TARGET"

echo "Check : ${CheckExists}"
// def CheckExists = jf 'rt s ${TARGET} --count'
//
// echo "Check : ${CheckExists}"

// if ( jf 'rt s $TARGET' ) {
// echo file_exists=true
Expand Down

0 comments on commit 6cfe30d

Please sign in to comment.