- 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 <christofer.d...@codecentric.de> Authored: Wed Sep 28 16:28:14 2016 +0200 Committer: Christofer Dutz <christofer.d...@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'