Skip to content

Instantly share code, notes, and snippets.

@guillaumerose
Last active September 24, 2018 08:25
Show Gist options
  • Select an option

  • Save guillaumerose/36d9f538557c72a31d00102bd006a55b to your computer and use it in GitHub Desktop.

Select an option

Save guillaumerose/36d9f538557c72a31d00102bd006a55b to your computer and use it in GitHub Desktop.
node('mac-build') {
sh 'echo Hello'
}
node('windows-build') {
powershell '[Environment]::OSVersion'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment