Repository: flex-falcon
Updated Branches:
  refs/heads/feature-autobuild/maven-archetypes 5bd2a9309 -> 4ce120158


- 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/4ce12015
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4ce12015
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4ce12015

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: 4ce120158acc35a05b7e290ad54752b6c83b6728
Parents: 5bd2a93
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Sep 28 15:16:12 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Sep 28 15:16:12 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4ce12015/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 19bd2ce..a9aeca4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,7 +35,7 @@ node('windows-2012-1') {
     env.PATH = "${tool 'Maven 3 (latest)'}\\bin;${env.PATH}"
 
     // Make sure the feature branches don't change the SNAPSHOTS in Nexus.
-    var mavenGoal = "install"
+    def mavenGoal = "install"
     if(env.BRANCH_NAME == 'develop') {
         mavenGoal = "deploy"
     }

Reply via email to