jenkins-job-builder/tests/publishers/fixtures/stash003.xml
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

13 lines
477 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.stashNotifier.StashNotifier>
<stashServerBaseUrl>https://mystash</stashServerBaseUrl>
<credentialsId>MyCredentialsId</credentialsId>
<ignoreUnverifiedSSLPeer>true</ignoreUnverifiedSSLPeer>
<commitSha1>c</commitSha1>
<includeBuildNumberInKey>true</includeBuildNumberInKey>
</org.jenkinsci.plugins.stashNotifier.StashNotifier>
</publishers>
</project>