![Dong Ma](/assets/img/avatar_default.png)
- update stash plugin to convert xml - update test cases Change-Id: I55ce1ee25700200869c711e81f80df3f0b5fc7b3
14 lines
428 B
XML
14 lines
428 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.stashNotifier.StashNotifier>
|
|
<stashServerBaseUrl/>
|
|
<stashUserName/>
|
|
<stashUserPassword/>
|
|
<ignoreUnverifiedSSLPeer>false</ignoreUnverifiedSSLPeer>
|
|
<commitSha1/>
|
|
<includeBuildNumberInKey>false</includeBuildNumberInKey>
|
|
</org.jenkinsci.plugins.stashNotifier.StashNotifier>
|
|
</publishers>
|
|
</project>
|