Skip to content

Commit

Permalink
Add a Jenkins wrapper target for check.embedded.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 12, 2016
1 parent 519c6f5 commit 41cd7d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,23 @@
<echo>Stage 6 Success: Aggregates and MDQ cache pushed and verified.</echo>
</target>

<!--
Wrapper target to perform periodic status check on embedded certificates.
Uses deferred branch.
Assumes you've run a git.pull.all first, as this target doesn't do that.
Runs on: aggr
Process:
* Git: Checkout deferred branch
* check embedded certificates
-->
<target name="process.check.embedded.deferredbranch" depends="
git.data.deferredbranch.checkout,
check.embedded">
<echo>Checked embedded certificates.</echo>
</target>


<!--
***************************************************
Expand Down

0 comments on commit 41cd7d7

Please sign in to comment.