Skip to content

Instantly share code, notes, and snippets.

@tizki
Created June 9, 2016 11:50
Show Gist options
  • Save tizki/44eca2b6517ce9eaef1426e132be8c9a to your computer and use it in GitHub Desktop.
Save tizki/44eca2b6517ce9eaef1426e132be8c9a to your computer and use it in GitHub Desktop.
def jenkins = Jenkins.getInstance()
def project = jenkins.getItem("Git-plugin-test")
def bld = project.getLastBuild()
def scm = project.scm
def data = scm.getBuildData(bld,false)
data.getLastBuiltRevision()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment