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

if ( jf 'rt s ${TARGET} --count' != 0 ) {
echo "Yes"
} else {
echo "No"
}
def Response = ("jf 'rt s ${TARGET} --count'")
echo "RP = ${Response}"

// if ( jf 'rt s ${TARGET} --count' != 0 ) {
// echo "Yes"
// } else {
// echo "No"
// }
// def data = jf 'rt s ${TARGET} --count'
// echo "${data.getClass()}"

Expand Down

0 comments on commit d5e0c91

Please sign in to comment.