Adding scm checkout

This commit is contained in:
Joakim Erdfelt 2016-07-25 16:10:46 -07:00
parent f4febec6ce
commit aa86d120e5
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -7,6 +7,10 @@ node {
List mvnEnv = ["PATH+MVN=${mvntool}/bin", "PATH+JDK=${jdktool}/bin", "JAVA_HOME=${jdktool}/", "MAVEN_HOME=${mvntool}"]
mvnEnv.add("MAVEN_OPTS=-Xms256m -Xmx1024m -Djava.awt.headless=true")
stage 'Checkout'
checkout scm
stage 'Compile'
withEnv(mvnEnv) {