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 dbbcec2 commit 55f8955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ def uploadAlpineArtifacts(String buildArch) {
env.TARGET = Target
echo "TARGET = ${TARGET}"

def Response = ("jf 'rt s ${TARGET} --count'")
def Response = (jf 'rt s ${TARGET} --count')
echo "RP = ${Response}"
Response()


// if ( jf 'rt s ${TARGET} --count' != 0 ) {
// echo "Yes"
Expand Down

0 comments on commit 55f8955

Please sign in to comment.