Skip to content

Commit

Permalink
Log docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent 68df388 commit b88bf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pipeline {
stage('Build') {
steps {
sh 'java -version'
sh 'docker version'
sh './mvnw --ntp verify'
}
}
Expand Down

0 comments on commit b88bf15

Please sign in to comment.