[infra] triggering build after base-images

This commit is contained in:
Mike Aizatsky 2017-03-13 13:02:25 -07:00 committed by GitHub
parent 6154a26cbc
commit 89507f930d
1 changed files with 13 additions and 2 deletions

View File

@ -28,7 +28,18 @@
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<triggers>
<jenkins.triggers.ReverseBuildTrigger>
<spec/>
<upstreamProjects>infra/base-images</upstreamProjects>
<threshold>
<name>SUCCESS</name>
<ordinal>0</ordinal>
<color>BLUE</color>
<completeBuild>true</completeBuild>
</threshold>
</jenkins.triggers.ReverseBuildTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
@ -48,4 +59,4 @@ python wait_for_build.py $build_id
</builders>
<publishers/>
<buildWrappers/>
</project>
</project>