Skip to content

Instantly share code, notes, and snippets.

@kh0ma
Created May 17, 2019 11:39
Show Gist options
  • Save kh0ma/69ebd94538b2a3b3e77eac64fb812d87 to your computer and use it in GitHub Desktop.
Save kh0ma/69ebd94538b2a3b3e77eac64fb812d87 to your computer and use it in GitHub Desktop.
Calculate maven property from Jenkins
applicationVersion = sh returnStdout: true, script: "mvn -q help:evaluate -Dexpression=project.version -DforceStdout -Drevision=${APPLICATION_REVISION}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment