Skip to content

Commit

Permalink
Merge pull request #3 from pdahiya/dockeragent
Browse files Browse the repository at this point in the history
docker agent
  • Loading branch information
pdahiya authored Apr 21, 2022
2 parents 03f2837 + cdc4058 commit 43e5fa4
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 43e5fa4

Please # to comment.