You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/06/30 14:42:56 UTC

[06/12] logging-log4net git commit: Invoke build.cmd and see what happens

Invoke build.cmd and see what happens


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

Branch: refs/heads/develop
Commit: e6cc8700f79fdca318d3d078f43dc2d32ae4b22e
Parents: ef58a9a
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 12:23:32 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 12:23:32 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e6cc8700/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 9060294..100da10 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@ node('Windows')
 
 		stage('Build')
 		{
-			bat "dir"
+			bat "build.cmd"
 		}
 	}
 }