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 2021/06/25 06:01:46 UTC

[directory-server] branch master updated: Include LDIF files in archives for installer tests

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-server.git


The following commit(s) were added to refs/heads/master by this push:
     new afe2d40  Include LDIF files in archives for installer tests
afe2d40 is described below

commit afe2d404a993e2b712e3713044f452a10409ebf6
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Fri Jun 25 08:01:33 2021 +0200

    Include LDIF files in archives for installer tests
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c8ecc05..60dc97e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -184,10 +184,10 @@ pipeline {
       }
       steps {
         sh 'mvn -V -U clean verify -DskipTests -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*'
-        stash name: 'bin', includes: 'installers/target/installers/*.bin,installers/target/docker/*bin*'
-        stash name: 'archive', includes: 'installers/target/installers/*.zip,installers/target/installers/*.tar.gz,installers/target/docker/*archive*'
+        stash name: 'deb', includes: 'installers/target/installers/*.deb,installers/target/docker/*deb*,installers/target/docker/*.ldif'
+        stash name: 'rpm', includes: 'installers/target/installers/*.rpm,installers/target/docker/*rpm*,installers/target/docker/*.ldif'
+        stash name: 'bin', includes: 'installers/target/installers/*.bin,installers/target/docker/*bin*,installers/target/docker/*.ldif'
+        stash name: 'archive', includes: 'installers/target/installers/*.zip,installers/target/installers/*.tar.gz,installers/target/docker/*archive*,installers/target/docker/*.ldif'
       }
       post {
         always {