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:57 UTC

[07/12] logging-log4net git commit: echo ANT_HOME

echo ANT_HOME


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

Branch: refs/heads/develop
Commit: e62f95888a410a869492d21fd443b639f142a105
Parents: e6cc870
Author: Dominik Psenner <dp...@apache.org>
Authored: Fri Jun 30 13:02:22 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Fri Jun 30 13:02:22 2017 +0200

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


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