Repository: flex-falcon
Updated Branches:
  refs/heads/develop e0a333fca -> 946b6a668


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

Branch: refs/heads/develop
Commit: 946b6a668419b942db79359c48c28e5e0f5a1287
Parents: e0a333f
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Sep 21 11:01:19 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Sep 21 11:01:19 2016 +0200

----------------------------------------------------------------------
 Jenkinsfile | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/946b6a66/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 8ee44bc..d2a404e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,27 +8,37 @@ node('windows-2012-1') {
 
     currentBuild.result = "SUCCESS"
 
+    echo env.BRANCH_NAME
+
     try {
 
+        stage 'Checkout Upstream Projects'
+
+            echo 'checking out flexjs-typedefs for branch'
+            git url: ""
+
+            echo 'checking out flexjs-framework for branch'
+            git url: ""
+
         stage 'Build FlexJS Compiler'
 
-            print 'Building FlexJS Compiler'
+            echo 'Building FlexJS Compiler'
 
         stage 'Build FlexJS Typedefs'
 
-            print 'Building FlexJS Typedefs'
+            echo 'Building FlexJS Typedefs'
 
         stage 'Build FlexJS Framework'
 
-            print 'Building FlexJS Framework'
+            echo 'Building FlexJS Framework'
 
         stage 'Release Site Changes'
 
-            print 'Releasing Site Changes'
+            echo 'Releasing Site Changes'
 
         stage 'Cleanup'
 
-            print 'Cleaning up'
+            echo 'Cleaning up'
     }
 
 

Reply via email to