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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e9ac67  Adding flag to use local jenkins installation
7e9ac67 is described below

commit 7e9ac6763e2f308f3ad7977115c41d54f3b11e42
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 17 21:03:30 2019 +0100

    Adding flag to use local jenkins installation
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1ce2e2c..cd69410 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,7 @@ pipeline {
         stage( 'JDK8' ) {
             steps {
                 script{
-                    if (env.BRANCH_NAME == 'master')
+                    if (env.NONAPACHEORG_RUN != 'y' && env.BRANCH_NAME == 
'master')
                     {
                         asfStandardBuild.mavenBuild( buildJdk, "clean deploy 
-U -fae -T3", mavenVersion,
                                                      defaultPublishers )

Reply via email to