Skip to content

Instantly share code, notes, and snippets.

@up1
Last active March 18, 2016 06:21
Show Gist options
  • Select an option

  • Save up1/6313e435bf53a6cc7b3e to your computer and use it in GitHub Desktop.

Select an option

Save up1/6313e435bf53a6cc7b3e to your computer and use it in GitHub Desktop.
Jenkins 2.0 preview
node {
stage 'Build'
sh './gradlew assemble'
stage 'Test'
sh './gradlew test'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment