DATACMNS-1536 - Introduce Jenkins.

This commit is contained in:
Greg Turnquist
2019-05-13 13:40:57 -05:00
parent d6bb21d24f
commit 97e41dd153
7 changed files with 131 additions and 62 deletions

14
doc-settings.xml Normal file
View File

@@ -0,0 +1,14 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>static-dot-s2</id>
<username>${env.DOC_USERNAME}</username>
<password>${env.DOC_PASSWORD}</password>
</server>
</servers>
</settings>