jenkins-job-builder/tests/builders/fixtures/runscope.xml
Kevin Daniels 0e471a3a0f Add support for runscope plugin
This plugin allows you to add a Runscope API test as a build step into
your Jenkins build pipeline.

Change-Id: I836f158b798ea65871ab2214f2093bebf790be65
2015-11-04 11:28:28 -06:00

11 lines
377 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<com.runscope.jenkins.Runscope.RunscopeBuilder>
<triggerEndPoint>https://api.runscope.com/radar/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/trigger</triggerEndPoint>
<accessToken>123456</accessToken>
<timeout>60</timeout>
</com.runscope.jenkins.Runscope.RunscopeBuilder>
</builders>
</project>