DATACMNS-1536 - Introduce Jenkins.

This commit is contained in:
Greg Turnquist
2019-05-13 13:40:57 -05:00
parent ebccf8df3a
commit 39db91e58c
5 changed files with 145 additions and 0 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>