604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
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>
|