summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2018-10-25 20:43:28 +0200
committerMartin Stockhammer <martin_s@apache.org>2018-10-25 20:43:28 +0200
commitb99fdc2480e13d93f8922078c3e726d3764eaeae (patch)
tree63db02cd3181b22dde7c6df1f2be279b6adcf075 /Jenkinsfile
parent3478300adb6b4b68c7168119307e058b379db556 (diff)
downloadarchiva-b99fdc2480e13d93f8922078c3e726d3764eaeae.tar.gz
archiva-b99fdc2480e13d93f8922078c3e726d3764eaeae.zip
Switching to JDK 8 for compile and test
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 8da5cc0ad..2c59b56b3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@
* Only the war and zip artifacts are archived in the jenkins build archive.
*/
LABEL = 'ubuntu'
-buildJdk = 'JDK 1.7 (latest)'
+buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins'
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"