Add path argument so we can customize where settings.xml will be stored

This commit is contained in:
Piotr Kruk
2022-02-03 13:44:29 +01:00
committed by Slawomir Jaranowski
parent 99450b69de
commit 654e1efa2a
4 changed files with 27 additions and 1 deletions

View File

@ -43,6 +43,9 @@ steps:
servers: '[{"id": "serverId", "username": "username", "password": "password"}]'
```
Also you can use `path` argument if your settings.xml is stored in different location.
All `server` attributes may be specified:
* `id` _(required)_
* `username`