This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new bb8e908  shouldn't need this anymore
bb8e908 is described below

commit bb8e90855904676394ffbf790d4b2b60ad0d6e52
Author: Alex Harui <[email protected]>
AuthorDate: Sun May 3 11:20:12 2020 -0700

    shouldn't need this anymore
---
 Jenkinsfile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5f527ad..3e702f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,13 +60,6 @@ node('jenkins-win-he-de-1') {
             echo 'checking out royale-framework for branch ' + env.BRANCH_NAME
             checkout([$class: 'GitSCM', branches: [[name: env.BRANCH_NAME]], 
extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 
'framework']], userRemoteConfigs: [[url: 
'https://github.com/apache/royale-asjs.git']]])
 
-        stage 'Build Royale Compiler Utils'
-
-            dir('compiler') {
-                echo 'Building Royale Compiler Utils'
-                bat "mvn -U clean ${mavenGoal} ${mavenLocalRepo} -s 
C:\\.m2\\settings.xml -P -main,utils 
-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3c9041a9,3872fc1e"
-            }
-
         stage 'Build Royale Compiler'
 
             dir('compiler') {

Reply via email to