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

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

commit edf6e662ffdb8582e2f63ee8f7bd9bbdf4e3a269
Author: Alex Harui <[email protected]>
AuthorDate: Wed Oct 16 12:07:51 2019 -0700

    output homedrive/homepath so we can try to see why new CI server can't 
always write to flashlog.txt
---
 jenkins.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jenkins.xml b/jenkins.xml
index b3d3d6a..fe72697 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -42,6 +42,9 @@
     <property name="file1" 
value="jsonly/royale-asjs/frameworks/royale-config.xml" />
     <property name="file2" 
value="jsswf/royale-asjs/frameworks/royale-config.xml" />
 
+    <echo>HomeDrive is ${env.HOMEDRIVE}</echo>
+    <echo>HomePath is ${env.HOMEPATH}</echo>
+
     <!--
         Notes: If you're running the main target, then there is no need to 
call clean first.
         Each of the main targets for the modules will call clean themselves 
before proceeding.

Reply via email to