Repository: flex-falcon
Updated Branches:
  refs/heads/develop 770d4a5d2 -> 7a9190f44


- Playing around with the Jenkinsfile


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7a9190f4
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7a9190f4
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7a9190f4

Branch: refs/heads/develop
Commit: 7a9190f44ae4dcf32793fbd94a4ab78941443bce
Parents: 770d4a5
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Sep 21 11:19:20 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Sep 21 11:19:20 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7a9190f4/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 90d6988..c51e400 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ node('windows-2012-1') {
 
     echo env.BRANCH_NAME
 
-    env.PATH = "${tool 'Maven 3 (latest)'}/bin:${env.PATH}"
+    env.PATH = "${tool 'Maven 3 (latest)'}\\bin:${env.PATH}"
     echo 'Using Path: ' + env.PATH
 
     try {

Reply via email to