summaryrefslogtreecommitdiffstats
path: root/jjb/releng-jobs.yaml
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-06-22 16:33:38 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-06-22 20:47:30 +0000
commit556536cdbfcca74f7556a050c5399ae71e580f7a (patch)
tree4a8c1f23b9750e52dc34ddb014f9e7e470e2c4eb /jjb/releng-jobs.yaml
parent9968e4a011161fddede922e4b6361c832034922c (diff)
Ensure that only ASCII characters make it into the jobs JIRA:OCTO-105
Change-Id: I64d5d82de154c7d7fb9ca44e76d8d2a67b3ec034 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/releng-jobs.yaml')
-rw-r--r--jjb/releng-jobs.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml
index 19c6bab4f..3d526786b 100644
--- a/jjb/releng-jobs.yaml
+++ b/jjb/releng-jobs.yaml
@@ -60,9 +60,8 @@
builders:
- - shell: |
- source /opt/virtualenv/jenkins-job-builder/bin/activate
- jenkins-jobs test jjb/
+ - shell:
+ !include-raw verify-releng
- job-template:
name: 'builder-merge'