Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add a Jenkins-callable target for COBWEB metadata verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 27, 2014
1 parent 512f42d commit 103fd1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,15 @@
</target>

<!--
flow.verify.cobweb
Verify the COBWEB metadata. Callable from Jenkins.
-->
<target name="flow.verify.cobweb">
<CHANNEL.do verb="importProduction" channel="int_cobweb"/>
</target>

<!--
flow.verifyEdugain.input
Verify the eduGAIN entities from a particular channel.
Expand Down

0 comments on commit 103fd1e

Please sign in to comment.