Add script to run jenkins job xml comparison.

Change-Id: Ied3addbe4e43a08ea2ac51e0f9b5560eb46823f6
Reviewed-on: https://review.openstack.org/12453
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair
2012-09-05 11:20:05 -07:00
committed by Jenkins
parent 1ca541b111
commit f355bc2417
3 changed files with 102 additions and 0 deletions

View File

@@ -19,3 +19,32 @@
publishers:
- console-log
- job:
name: ci-puppet-compare-xml
project-type: freestyle
concurrent: true
node: precise
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
triggers:
- zuul
logrotate:
daysToKeep: 1
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
builders:
- gerrit-git-prep
- shell: "./tools/run-compare-xml.sh"
publishers:
- console-log