You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/29 09:29:53 UTC

[06/10] git commit: [flex-falcon] [refs/heads/develop] - - Tried to fix a problem with the Jenkinsfile and dynamic branch names

- Tried to fix a problem with the Jenkinsfile and dynamic branch names


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

Branch: refs/heads/develop
Commit: 7c2b4609b4cf7a6aeacf4457500a7bd8bea26009
Parents: ad08b5d
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Sep 28 16:28:14 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Sep 28 16:28:14 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7c2b4609/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index bd1b2c3..c1c731a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,6 +41,8 @@ node('windows-2012-1') {
     }
 
     try {
+        // Make sure each branch uses it's own maven local repo so the artifacts
+        // don't interfere with the ones of other branches.
         withMaven(mavenLocalRepo: '.repository') {
 
             stage 'Wipe Workspace'