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 e874698 commit b50e5f6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,16 @@ def uploadAlpineArtifacts(String buildArch) {

env.TARGET = ${Target}

if ( jf 'rt s $TARGET' ) {
echo file_exists=true
} else {
echo file_exists=false
}
}
def CheckExists = jf 'rt s ${TARGET} --count'

echo "Check : ${CheckExists}"

// if ( jf 'rt s $TARGET' ) {
// echo file_exists=true
// } else {
// echo file_exists=false
// }
// }
// }

// try {
Expand Down

0 comments on commit b50e5f6

Please sign in to comment.