6b92807cd7
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
28 lines
987 B
XML
28 lines
987 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<actions/>
|
|
<description>desc<!-- Managed by Jenkins Job Builder --></description>
|
|
<keepDependencies>false</keepDependencies>
|
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
|
<concurrentBuild>false</concurrentBuild>
|
|
<canRoam>true</canRoam>
|
|
<properties/>
|
|
<scm class="hudson.scm.NullSCM"/>
|
|
<builders/>
|
|
<publishers>
|
|
<jenkins.plugins.hipchat.HipChatNotifier>
|
|
<token/>
|
|
<room>room1</room>
|
|
<startNotification>true</startNotification>
|
|
<notifySuccess>false</notifySuccess>
|
|
<notifyAborted>false</notifyAborted>
|
|
<notifyNotBuilt>false</notifyNotBuilt>
|
|
<notifyUnstable>false</notifyUnstable>
|
|
<notifyFailure>false</notifyFailure>
|
|
<notifyBackToNormal>false</notifyBackToNormal>
|
|
</jenkins.plugins.hipchat.HipChatNotifier>
|
|
</publishers>
|
|
<buildWrappers/>
|
|
</project>
|