DATACMNS-1536 - Configure user.name and user.home for CI jobs.

This commit is contained in:
Greg Turnquist
2019-06-24 10:25:54 -05:00
parent a7f4b61229
commit 87a7fef8bb
2 changed files with 14 additions and 8 deletions

View File

@@ -324,8 +324,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>