Skip to content

Commit

Permalink
Update Jenkinsfile-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vcjain authored Oct 21, 2023
1 parent 8bad09c commit 7a45133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-docker
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'maven:3.8.1-adoptopenjdk-11'
image 'maven:3.8.3-openjdk-17'
label 'ssh'
args '-v /var/run/docker.sock:/var/run/docker.sock -u root'
}
Expand Down

0 comments on commit 7a45133

Please sign in to comment.