Repository: flex-falcon
Updated Branches:
  refs/heads/develop 0e6a4a4cd -> a069c04ac


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

Branch: refs/heads/develop
Commit: a069c04ac7e1e151447eb2cd595d65405735397c
Parents: 0e6a4a4
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Sep 21 13:34:29 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Sep 21 13:34:29 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/a069c04a/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5dd139f..79db3d3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,7 +70,7 @@ node('windows-2012-1') {
 
         stage 'Build FlexJS Framework'
 
-            dir('frameworks') {
+            dir('framework') {
                 echo 'Building FlexJS Framework'
                 bat 'mvn -U clean install -s C:\\.m2\\settings.xml -P 
apache-snapshots-enabled,build-examples,build-distribution 
-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3872fc1e'
             }

Reply via email to