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:28:17 UTC

git commit: [flex-falcon] [refs/heads/feature-autobuild/maven-archetypes] - Fixed a bug in setting the local repo

Repository: flex-falcon
Updated Branches:
  refs/heads/feature-autobuild/maven-archetypes 86266d88f -> 49e4ee199


Fixed a bug in setting the local repo


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

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: 49e4ee19968ace19176ae6b6f5b8e1e6d1d0c2cc
Parents: 86266d8
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Sep 29 11:28:08 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Sep 29 11:28:08 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/49e4ee19/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index b9b899d..28b11b1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,6 +39,7 @@ node('windows-2012-1') {
     def mavenLocalRepo = ""
     if(env.BRANCH_NAME == 'develop') {
         mavenGoal = "deploy"
+    } else {
         mavenLocalRepo = "-Dmaven.repo.local=..\\.repository"
     }