Skip to content

Instantly share code, notes, and snippets.

@szydan
Last active December 18, 2022 20:36
Show Gist options
  • Save szydan/1fe609e3c35026f4a0a24f1f9e4b1dbc to your computer and use it in GitHub Desktop.
Save szydan/1fe609e3c35026f4a0a24f1f9e4b1dbc to your computer and use it in GitHub Desktop.
Writing jenkins pipeline tricks
Gradle does not like the $ sign innside the doubel quotes
So it is better to enclose the content of the scripts in ''' ''' instead of """ """
or use ${varName} instear of $varName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment