Skip to content

Commit

Permalink
Fixed incorrect maven image in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davue committed Feb 9, 2020
1 parent d2ec31e commit d84e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node {
}

stage('Maven Build') {
docker.image('maven:3-jdk-13-slim').inside('-v /root/.m2:/root/.m2') {
docker.image('maven:3-jdk-13').inside('-v /root/.m2:/root/.m2') {
sh 'mvn -B clean install'
}

Expand Down

0 comments on commit d84e6a6

Please sign in to comment.