This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 42615d7 fix jdk name
42615d7 is described below
commit 42615d76c71b75453e13739114211d9d8b074bac
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Apr 18 14:06:00 2018 +1000
fix jdk name
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2468094..ae6a594 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,7 @@
node ("ubuntu") {
// System Dependent Locations
def mvntool = tool name: 'Maven 3.5.2', type:
'hudson.tasks.Maven$MavenInstallation'
- def jdktool = tool name: 'jdk8', type: 'hudson.model.JDK'
+ def jdktool = tool name: 'JDK 1.8 (latest)', type: 'hudson.model.JDK'
def deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
// Environment
@@ -22,7 +22,7 @@ node ("ubuntu") {
stage ('Build') {
withEnv(mvnEnv) {
timeout(120) {
- withMaven(maven: 'Maven 3.5.2', jdk: 'jdk8',
+ withMaven(maven: 'Maven 3.5.2', jdk: 'JDK 1.8 (latest)',
globalMavenSettingsConfig: deploySettings,
mavenLocalRepo:
"${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}"
)
--
To stop receiving notification emails like this one, please contact
[email protected].