You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/01/20 13:07:22 UTC

[directory-ldap-api] branch master updated: Remove deploy condition

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 373400a  Remove deploy condition
373400a is described below

commit 373400a45a48059bcade2e3a5ec36b34b8953fb5
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Jan 20 14:07:11 2019 +0100

    Remove deploy condition
---
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c56ec82..b0f11ac 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -125,10 +125,6 @@ pipeline {
           args '-v $HOME/.m2:/var/maven/.m2'
         }
       }
-      when {
-        beforeAgent true
-        branch 'origin/master'
-      }
       steps {
         sh 'mvn -V clean deploy'
       }