jenkins-job-builder/tests/publishers/fixtures/stash-minimal.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>