Skip to content

Commit

Permalink
Fix testOutput (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Dec 20, 2024
1 parent 0e782d7 commit 387bcc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pipeline {
stage ('Testing') {
steps {
script {
jf 'c use ${TEST_CONFIGURED_SERVER_ID}'

// Run 'jf -v' with string args to show the installed version of JFrog CLI and check the output.
String version = jf '-v'
assert version.startsWith('jf version')
Expand Down

0 comments on commit 387bcc1

Please sign in to comment.