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 176bca4 Updated CI Server Setup (markdown)
176bca4 is described below
commit 176bca466b2e2bfe2410e5c21c839b3799e2317d
Author: aharui <[email protected]>
AuthorDate: Tue Oct 8 17:27:14 2019 -0700
Updated CI Server Setup (markdown)
---
CI-Server-Setup.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/CI-Server-Setup.md b/CI-Server-Setup.md
index c477b78..fbdf2c7 100644
--- a/CI-Server-Setup.md
+++ b/CI-Server-Setup.md
@@ -16,4 +16,11 @@ The Server must have:
* Google Closure Library (v20190929.0.0) (installed such that there is a
C:\Google\Closure\Library\third_party)
* FireFox (currently 68)
-There is an [email protected] email account for mail from Jenkins CI.
The password is on the private@ list.
\ No newline at end of file
+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:
+
+* 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`