New job for Fuel Plugin Build
[releng.git] / jjb / verify-releng
1 #!/bin/bash
2 #test for non-ascii characters, these can pass the test and end up breaking things in production
3 for x in $(find . -name *\.yml); do
4
5   if LC_ALL=C grep -q '[^[:print:][:space:]]' "$x"; then
6     echo "file "$x" contains non-ascii characters"
7     exit 1
8   fi
9
10 done
11
12 source /opt/virtualenv/jenkins-job-builder/bin/activate
13 jenkins-jobs test jjb/