535054b5ac
New plugin version of stashNotifier now supports credentialsId to be setup. This PR aims to manage this new feature Change-Id: I4b3c33efba8cfd1cce01a4b7a1c8f6f95db56a30
13 lines
477 B
XML
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>
|