summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/stash-minimal.xml
blob: 2cee1daab628ba5a7ac96ec2c0b4df8d6e879eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>