Add a verify check to check Jenkins job config changes

This commit is contained in:
Jeff Grafton
2016-04-08 15:10:47 -07:00
parent 47967d0756
commit d82a8cb282
3 changed files with 46 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ export KUBE_RACE=-race
export KUBE_COVER="n"
# Produce a JUnit-style XML test report for Jenkins.
export KUBE_JUNIT_REPORT_DIR=${WORKSPACE}/artifacts
export ARTIFACTS_DIR=${WORKSPACE}/artifacts
# Save the verbose stdout as well.
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_TIMEOUT='-timeout 300s'