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 15:13:54 UTC

[06/15] logging-log4net git commit: Added dir to get a view of the directory structure

Added dir to get a view of the directory structure


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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 3476d605c5912256eb93cf02a0e9127868bc6dfc
Parents: 6446ed9
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 12:04:36 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 12:04:36 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/3476d605/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 6bfe15e..109e8fa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,12 +23,12 @@ node('Windows')
 	{
 		stage('Checkout')
 		{
-			echo "checkout"
 			checkout scm
 		}
+
 		stage('Build')
 		{
-			echo "build"
+			cmd "dir"
 		}
 	}
 }