Jenkinsfile: added EXIT /B 0

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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: d4bc02dc961546815e527a00fe55e2c7f17d9315
Parents: 57a80b4
Author: Dominik Psenner <[email protected]>
Authored: Tue Jul 4 19:59:43 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Tue Jul 4 19:59:43 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d4bc02dc/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 9c09606..46c0e8a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -102,7 +102,7 @@ pipeline {
                                checkout scm
                                bat "${NANT_BIN} -t:net-4.0 
-buildfile:log4net.build compile-net-4.5"
                                stash includes: 'bin/**/*.*', name: 
'net-4.5-assemblies'
-                               bat "${NANT_BIN} -t:net-4.0 
-buildfile:tests/nant.build runtests-net-4.5 && exit 0"
+                               bat "${NANT_BIN} -t:net-4.0 
-buildfile:tests/nant.build runtests-net-4.5 && exit /B 0"
                                archive 'testresults/**/*.xml'
                        }
                }

Reply via email to