DATAKV-264 - Set user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-25 12:54:53 -05:00
parent 2237ed2a8a
commit 9c9f28d30c
3 changed files with 14 additions and 118 deletions

View File

@@ -142,8 +142,8 @@
</deployProperties>
<publisher>
<contextUrl>https://repo.spring.io</contextUrl>
<username>{{USERNAME}}</username>
<password>{{PASSWORD}}</password>
<username>{{ARTIFACTORY_USR}}</username>
<password>{{ARTIFACTORY_PSW}}</password>
<repoKey>libs-snapshot-local</repoKey>
<snapshotRepoKey>libs-snapshot-local</snapshotRepoKey>
</publisher>