Skip to content

Commit

Permalink
Fix testOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Dec 20, 2024
1 parent 0e782d7 commit c88dd1d
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 c88dd1d

Please sign in to comment.