Skip to content

Instantly share code, notes, and snippets.

@shcallaway
Last active February 4, 2019 20:38
Show Gist options
  • Save shcallaway/7b6e5f9faa074f3ac3899896e605c85b to your computer and use it in GitHub Desktop.
Save shcallaway/7b6e5f9faa074f3ac3899896e605c85b to your computer and use it in GitHub Desktop.
Grep across all Jenkins configurations
#!/bin/bash
grep -Hni $1 ${JENKINS_HOME:-/var/jenkins_home}/**/*/config.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment