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/04/14 17:18:36 UTC

[directory-server] branch jenkinsfile2 updated: Remove debug output

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

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


The following commit(s) were added to refs/heads/jenkinsfile2 by this push:
     new 83c679b  Remove debug output
83c679b is described below

commit 83c679b68201ec5fdd8194fc5e3d51df257fd322
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Apr 14 19:18:21 2019 +0200

    Remove debug output
---
 Jenkinsfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e4f8c7..a557ec2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -174,11 +174,6 @@ pipeline {
       }
       steps {
         sh 'mvn -V clean install -DskipTests'
-        sh '''
-        id
-        ls -l
-        ls -l /home/hnelson/.m2/repository/org/apache/directory/server/apacheds-service/2.0.0.AM26-SNAPSHOT/apacheds-service-2.0.0.AM26-SNAPSHOT.jar
-        '''
         sh 'cd installers && mvn -V clean package -Pinstallers -Pdocker'
         stash name: 'deb', includes: 'installers/target/installers/*.deb,installers/target/docker/*deb*'
         stash name: 'rpm', includes: 'installers/target/installers/*.rpm,installers/target/docker/*rpm*'