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
5 if LC_ALL=C grep -q '[^[:print:][:space:]]' "$x"; then
6 echo "file "$x" contains non-ascii characters"
12 source /opt/virtualenv/jenkins-job-builder/bin/activate
13 jenkins-jobs test -o job_output jjb/