d0ce567efb
- update stash plugin to convert xml - update test cases Change-Id: I55ce1ee25700200869c711e81f80df3f0b5fc7b3
14 lines
510 B
XML
14 lines
510 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.stashNotifier.StashNotifier>
|
|
<stashServerBaseUrl>https://mystash</stashServerBaseUrl>
|
|
<stashUserName>a</stashUserName>
|
|
<stashUserPassword>b</stashUserPassword>
|
|
<ignoreUnverifiedSSLPeer>true</ignoreUnverifiedSSLPeer>
|
|
<commitSha1>c</commitSha1>
|
|
<includeBuildNumberInKey>true</includeBuildNumberInKey>
|
|
</org.jenkinsci.plugins.stashNotifier.StashNotifier>
|
|
</publishers>
|
|
</project>
|