Skip to content

Commit

Permalink
feat: add docker build agent in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 21, 2023
1 parent b5f60f1 commit 88d03ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ pipeline {
}
}

tools {
// Define the Maven tool with the desired name and version
maven 'maven-3.9.5'
}

options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
Expand Down

0 comments on commit 88d03ec

Please sign in to comment.