jenkins-job-builder/tests/publishers/fixtures/stash003.yaml
Nicolas Glayre 535054b5ac Adding setup of credentialsId in stashNotifier
New plugin version of stashNotifier now supports credentialsId
to be setup. This PR aims to manage this new feature

Change-Id: I4b3c33efba8cfd1cce01a4b7a1c8f6f95db56a30
2015-12-22 16:40:24 +01:00

8 lines
169 B
YAML

publishers:
- stash:
url: "https://mystash"
credentials-id: "MyCredentialsId"
ignore-ssl: true
commit-sha1: c
include-build-number: true