Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created April 16, 2018 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottalan/339c5ac9466dbd5c56c92b76d339b54b to your computer and use it in GitHub Desktop.
Save scottalan/339c5ac9466dbd5c56c92b76d339b54b to your computer and use it in GitHub Desktop.
Jenkins : Negative lookahead : Ignore branches
^(?!.*develop|.*master|.*wip).*$
:^((?!develop).)*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment