Skip to content

Commit

Permalink
docker agent
Browse files Browse the repository at this point in the history
  • Loading branch information
pdahiya committed Apr 21, 2022
1 parent 6313727 commit cdc4058
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'maven:3.6.3-jdk-11-slim'
}

}
stages {
stage('build') {
steps {
Expand Down

0 comments on commit cdc4058

Please # to comment.