Created
October 3, 2016 13:27
-
-
Save joshlove/7f21f56383a701f2a805108de54c75fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from $JENKINS_HOME/jobs | |
for i in $(ls -1 *JobGlob*/config.xml); do | |
prefix=$(dirname $i) | |
fn=$(basename $i) | |
cp $i /tmp/jenkins_build_issues/${prefix}_${fn} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment