Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 3533a9b22 -> 76cddb0bb


Jenkinsfile: fixed typo


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

Branch: refs/heads/feature/cd-pipeline
Commit: 76cddb0bb520c5a205f480fa10a630817e8613a6
Parents: 3533a9b
Author: Dominik Psenner <[email protected]>
Authored: Wed Jul 5 17:18:00 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Wed Jul 5 17:18:00 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/76cddb0b/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index f8d5ff3..7c5ba38 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -118,7 +118,7 @@ pipeline {
                                checkout scm
                                sh "nant -t:mono-2.0 -buildfile:log4net.build 
compile-mono-2.0"
                                stash includes: 'bin/**/*.*', name: 
'mono-2.0-assemblies'
-                               sh 'nant -t:mono-2.0 
-buildfile:tests/nant.build runtests-mono-2.0"
+                               sh "nant -t:mono-2.0 
-buildfile:tests/nant.build runtests-mono-2.0"
                                stash includes: 'tests/bin/**/*.nunit.xml', 
name: 'mono-2.0-testresults'
                        }
                }

Reply via email to