ATS-586: Update Travis build configuration (#142)

- update settings.xml with missing servers
- remove *install* phase from *company_release* jobs
- use regex for matching support branches
- update deploy tasks
This commit is contained in:
CezarLeahu
2019-10-14 15:22:59 +03:00
committed by GitHub
parent 0f07718cb2
commit 78e028bdec
2 changed files with 11 additions and 6 deletions

View File

@@ -64,6 +64,12 @@
<username>bamboo</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
<server>
<id>alfresco-thirdparty</id>
<username>bamboo</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
<!-- private docker registry-->
<server>
<id>quay.io</id>