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 009ddf8 should fix it
009ddf8 is described below
commit 009ddf868f6ec0ad391d3b0f3fd778c6354b8014
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Apr 18 14:13:11 2018 +1000
should fix it
---
Jenkinsfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 5c897c5..36b563f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,8 @@
- def labels = 'ubuntu'
- def buildJdk = 'JDK 1.8 (latest)'
- def buildMvn = 'Maven 3.5.2'
+def labels = 'ubuntu'
+def buildJdk = 'JDK 1.8 (latest)'
+def buildMvn = 'Maven 3.5.2'
+def deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
node (labels) {
try
@@ -19,7 +20,7 @@ node (labels) {
stage ('Build') {
timeout(120) {
withMaven(maven: buildMvn, jdk: buildJdk,
- globalMavenSettingsConfig: deploySettings,
+ mavenSettingsConfig: deploySettings,
mavenLocalRepo:
"${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}"
)
{
--
To stop receiving notification emails like this one, please contact
[email protected].