1 -1 -1 -1 false HTTP http://127.0.0.1:8001/jenkins_endpoint NODE_LABEL Label of node to use for this build devstack-precise ZUUL_UUID ZUUL_REF ZUUL_COMMIT ZUUL_PROJECT ZUUL_PIPELINE ZUUL_BRANCH ZUUL_CHANGE ZUUL_CHANGE_IDS ZUUL_PATCHSET ZUUL_OLDREV ZUUL_NEWREV ZUUL_SHORT_OLDREV ZUUL_SHORT_NEWREV devstack-precise false false false false false /usr/local/jenkins/slave_scripts/gerrit-git-prep.sh http://10.145.81.234/openstackci/gerrit http://10.145.81.234/openstackci/gerrit /usr/local/jenkins/slave_scripts/run-tox.sh 27 openstack nova #!/bin/bash OUT=`git ls-files --other --exclude-standard --directory` if [ -z "$OUT" ]; then echo "No extra files created during test." exit 0 else echo "The following un-ignored files were created during the test:" echo "$OUT" exit 0 # TODO: change to 1 to fail tests. fi root@10.145.81.234:/var/log/jenkins logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER false true true