Skip to content

Commit

Permalink
jenkins: update Maven image version to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Mar 26, 2018
1 parent dbe4bcf commit 5ecac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -10,7 +10,7 @@ def test_rpc = true
stage('Build jars') {
node('docker') {
echo 'Building jars ...'
def maven = docker.image('maven:3.5.2-jdk-8')
def maven = docker.image('maven:3.5.3-jdk-8')
maven.pull()
maven.inside {
checkout scm
Expand Down

0 comments on commit 5ecac48

Please sign in to comment.