Repository: flex-falcon
Updated Branches:
  refs/heads/develop 1e21db9de -> e0a333fca


- Added an initial Jenkinsfile in an attempt to add support for the Jenkins 
Pipeline plugin.


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

Branch: refs/heads/develop
Commit: e0a333fca94ff39ddd1e23cba347333b5930df81
Parents: 1e21db9
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Sep 21 10:29:19 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Sep 21 10:29:19 2016 +0200

----------------------------------------------------------------------
 Jenkinsfile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e0a333fc/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 635c407..8ee44bc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,12 +1,10 @@
 #!groovy
 
-###############################################################################
-#
-# Pipeline as code for building FlexJS on Jenkins using the Pipeline Plugin.
-#
-###############################################################################
+// Pipeline as code for building FlexJS on Jenkins using the Pipeline Plugin.
 
-node('windows') {
+// Run only on the windows-2012-1 agent as this is the only one setup to fully
+// support FlexJS builds.
+node('windows-2012-1') {
 
     currentBuild.result = "SUCCESS"
 

Reply via email to