8855eb2523
As per now if you want to configure the stash publisher and give it a username and password, you need to set them in clear text within the yaml file. This pull request gives the possibility to set these credentials within the jenkins_jobs.ini file and therefore makes it possible to not expose them to everyone. Change-Id: I2e5d6caefb87ded2468c7b7e015e20464ffef99e
7 lines
129 B
YAML
7 lines
129 B
YAML
publishers:
|
|
- stash:
|
|
url: "https://mystash"
|
|
ignore-ssl: true
|
|
commit-sha1: c
|
|
include-build-number: true
|