jenkins-job-builder/tests/publishers/fixtures/slack002.xml
Yolande Amate 1300071f92 Add support for new parameter option in Slack Plugin
Change-Id: Ic827d8ee9de057f535fa2b95ab7a7aaa7bc20fee
Task: 3457
story: 2000850
2017-07-25 01:19:03 +01:00

13 lines
416 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<jenkins.plugins.slack.SlackNotifier>
<teamDomain>teamname</teamDomain>
<authToken>yourauthtoken</authToken>
<authTokenCredentialId>yourauthtokenid</authTokenCredentialId>
<buildServerUrl>http://localhost:8081</buildServerUrl>
<room>#builds</room>
</jenkins.plugins.slack.SlackNotifier>
</publishers>
</project>