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 625f8bd Updated CI Server Setup (markdown)
625f8bd is described below
commit 625f8bdacb6db1e8c2f1547d1b62901e4cceb191
Author: aharui <[email protected]>
AuthorDate: Sun Apr 12 17:51:36 2020 -0700
Updated CI Server Setup (markdown)
---
CI-Server-Setup.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CI-Server-Setup.md b/CI-Server-Setup.md
index 3db4321..0391c09 100644
--- a/CI-Server-Setup.md
+++ b/CI-Server-Setup.md
@@ -39,3 +39,5 @@ There is a RoyaleDocs_Staging job that requires Jekyll for
Windows (via Ruby Gem
JGit in the release steps needs:
`git config --global maven-scm.maildomain apache.org`
We are currently using maven-scm-provider-jgit with the patch for
[SCM-932](https://issues.apache.org/jira/browse/SCM-932). We are calling it
version 1.13.0-SNAPSHOT
+
+Do not use lowercase 'c' in Jenkins config for drive letters (c:\Jenkins). It
screws up Maven. Always use uppercase 'C' (C:\Jenkins)