Skip to content

Commit

Permalink
Use JDK8 in ci.jenkins.io
Browse files Browse the repository at this point in the history
  • Loading branch information
felfert committed Feb 17, 2017
1 parent cc677f7 commit 2b3e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,6 +1,6 @@
pipeline {
agent {
docker 'maven:3.2.5-jdk-7'
docker 'maven:3.2.5-jdk-8'
}

environment {
Expand Down

0 comments on commit 2b3e372

Please sign in to comment.