jenkins-job-builder/tests/publishers/fixtures/rundeck002.xml
Devon Peters 7ee3cc1ceb Add support for the RunDeck plugin
Change-Id: Ic324af03e3c4a110f34041c71ce0cecb7b474560
2015-11-26 00:21:10 +08:00

16 lines
491 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.rundeck.RundeckNotifier>
<jobId>testproject:group/jobname</jobId>
<options>STUFF_FOR_THE_JOB=stuff
ANOTHER_VAR=more_stuff
</options>
<nodeFilters>dev</nodeFilters>
<tag>master</tag>
<shouldWaitForRundeckJob>true</shouldWaitForRundeckJob>
<shouldFailTheBuild>true</shouldFailTheBuild>
</org.jenkinsci.plugins.rundeck.RundeckNotifier>
</publishers>
</project>