This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new a3bc5ee  Fix of Jenkinsfile
a3bc5ee is described below

commit a3bc5ee7ffc227ca887643b0239aa393716cbfa9
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jan 25 20:53:51 2020 +0100

    Fix of Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index af9f608..428c61d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
         stage( 'JDK8' ) {
             steps {
                 script{
-                    if (env.NONAPACHEORG_RUN != 'y' && ( env.BRANCH_NAME == 
'master' || env.BRANCH_NAME == 'redback-2.6.x' )
+                    if (env.NONAPACHEORG_RUN != 'y' && ( env.BRANCH_NAME == 
'master' || env.BRANCH_NAME == 'redback-2.6.x' ) )
                     {
                         asfStandardBuild.mavenBuild( buildJdk, "clean deploy 
-U -fae -T3", mavenVersion,
                                                      defaultPublishers )

Reply via email to