Skip to content

Commit

Permalink
feat: add docker tool into pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 16, 2023
1 parent d7fd0ff commit f5375c8
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 @@ -3,6 +3,7 @@ pipeline {
tools {
// Define the Maven tool with the desired name and version
maven 'maven-3.9.5'
dockerTool 'docker'
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
Expand Down

0 comments on commit f5375c8

Please sign in to comment.