Skip to content

Commit

Permalink
Use JDK7
Browse files Browse the repository at this point in the history
  • Loading branch information
felfert committed Feb 17, 2017
1 parent bb76b68 commit cc677f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -1,10 +1,10 @@
pipeline {
agent {
docker 'maven:3.2.5-jdk-8'
docker 'maven:3.2.5-jdk-7'
}

environment {
MAVEN_OPTS = "-Xmx512m"
MAVEN_OPTS = "-Xmx1024m"
}

stages {
Expand Down

0 comments on commit cc677f7

Please sign in to comment.