Skip to content

Instantly share code, notes, and snippets.

@madelaney
Created August 4, 2017 14:35
Show Gist options
  • Save madelaney/8e6811360b6eb6e47599b646b0e68336 to your computer and use it in GitHub Desktop.
Save madelaney/8e6811360b6eb6e47599b646b0e68336 to your computer and use it in GitHub Desktop.
node {
stage('Checkout') {
checkout scm
}
stage('Project Version') {
def pom = readMavenPom file: 'pom.xml'
println pom.version
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment