Skip to content

Commit

Permalink
Log docker host
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent b88bf15 commit 428bf1b
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 "echo $DOCKER_HOST"
sh 'docker version'
sh './mvnw --ntp verify'
}
Expand Down

0 comments on commit 428bf1b

Please sign in to comment.