Skip to content

Instantly share code, notes, and snippets.

@peijiehu
Created December 8, 2015 16:38
Show Gist options
  • Save peijiehu/d34947c1f96b6796bee5 to your computer and use it in GitHub Desktop.
Save peijiehu/d34947c1f96b6796bee5 to your computer and use it in GitHub Desktop.
Regular expression match condition to launch Sauce Connect on jenkins
Regular expression match condition to launch Sauce Connect on jenkins:
Launch when env ends with "_ci":
Expression: ^.*_ci$
Label: ${ENV,var="HOST_ENV"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment