Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshlove/7f21f56383a701f2a805108de54c75fb to your computer and use it in GitHub Desktop.
Save joshlove/7f21f56383a701f2a805108de54c75fb to your computer and use it in GitHub Desktop.
#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