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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57e44eb  Updated CI Server Setup (markdown)
57e44eb is described below

commit 57e44ebb0fced5eea840d0e940b3fae57ce6027d
Author: aharui <[email protected]>
AuthorDate: Wed Oct 9 10:46:43 2019 -0700

    Updated CI Server Setup (markdown)
---
 CI-Server-Setup.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/CI-Server-Setup.md b/CI-Server-Setup.md
index fbdf2c7..0960fd4 100644
--- a/CI-Server-Setup.md
+++ b/CI-Server-Setup.md
@@ -18,9 +18,14 @@ The Server must have:
 
 There is an [email protected] email account for mail from Jenkins CI.  
The password is on the private@ list.
 
-Before setting up jobs after Jenkins is installed:
+Before setting up jobs after Jenkins is installed, got to "Manage Jenkins":
 
 * Check the Plugins configuration to make sure the Extended Email plugin is 
installed
 * In the Tools Configuration, set up the paths to the JDK, Git, Ant, and Maven
-* Set the environment variable GECKODRIVER_HOME to 
`C:\\geckodriver\\geckodriver.exe`
-* Set the environment variable JAVA_TOOL_OPTIONS to `-Dfile.encoding=UTF-8 
-Xms384m -Xmx2g`
+* In the System Configuration, set the environment variable GECKODRIVER_HOME 
to `C:\\geckodriver\\geckodriver.exe`
+* In the System Configuration, Set the environment variable JAVA_TOOL_OPTIONS 
to `-Dfile.encoding=UTF-8 -Xms384m -Xmx2g`
+
+Make sure the VM has outbound ports for 1024 and 843 (This may not be 
necessary).
+Jenkins requires inbound ports for 8080 and 43210.
+
+In the filesystem, set up an association with .swf and the 
flashplayerdebugger.exe in C:\adobe\flash\11.7

Reply via email to