Skip to content

Instantly share code, notes, and snippets.

@evagonz
Created June 12, 2018 12:28
Show Gist options
  • Save evagonz/4c062a26a5114235ec1af547877aba73 to your computer and use it in GitHub Desktop.
Save evagonz/4c062a26a5114235ec1af547877aba73 to your computer and use it in GitHub Desktop.
stage('build') {
node('java8') {
sh 'mvn clean deploy -U'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment