Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline f5583cfc9 -> 69b2d9fc0


Attempt to allow stash of empty sets


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/69b2d9fc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/69b2d9fc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/69b2d9fc

Branch: refs/heads/feature/cd-pipeline
Commit: 69b2d9fc02eac7f7253a7b0403804e94b7f25821
Parents: f5583cf
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue May 8 20:57:49 2018 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue May 8 20:57:49 2018 +0200

----------------------------------------------------------------------
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/69b2d9fc/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 8b434c4..6e8ab50 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,8 +64,8 @@ pipeline {
 
                                                // test
                                                sh "nant 
-buildfile:tests/nant.build runtests-netstandard-1.3"
-                                               stash includes: '**/*.trx', 
name: 'netstandard-1.3-testresults'
-                                               stash includes: '**/*.log', 
name: 'netstandard-1.3-testlogs'
+                                               stash includes: '**/*.trx', 
name: 'netstandard-1.3-testresults', allowEmpty: true
+                                               stash includes: '**/*.log', 
name: 'netstandard-1.3-testlogs', allowEmpty: true
                                        }
                                }
                        }

Reply via email to