Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save melhesedek/6436fd733b2483a604d8ad3d25153712 to your computer and use it in GitHub Desktop.
Save melhesedek/6436fd733b2483a604d8ad3d25153712 to your computer and use it in GitHub Desktop.
grep all Jenkins Config Files
find ${JENKINS_HOME:-/var/jenkins_home}/jobs/ -name config.xml -not -path "*DEPRECATED*" -exec grep -Hn 'gelf-address' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment