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/tomcat-taglibs-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1748891  fix typo
1748891 is described below

commit 174889109b26534ba105c9e800cdc42e39d4fa50
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Apr 10 09:43:05 2020 +1000

    fix typo
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e2b35ee..0bd3ab7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,10 +55,9 @@ def mavenBuild(jdk, cmdline) {
           maven: mvnName,
           jdk: "$jdk",
           publisherStrategy: 'EXPLICIT',
-          globalMavenSettingsConfig: settingsName,
+          //globalMavenSettingsConfig: settingsName,
           options: [junitPublisher(disabled: false)],
-          mavenOpts: mavenOpts,
-          mavenLocalRepo: localRepo) {
+          mavenOpts: mavenOpts) {
     // Some common Maven command line + provided command line
     sh "mvn -V -B -DfailIfNoTests=false -Dmaven.test.failure.ignore=true 
$cmdline"
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to