Skip to content

Instantly share code, notes, and snippets.

@rodrigozrusso
Created February 25, 2016 13:50
Show Gist options
  • Save rodrigozrusso/34b38ee028d5cf9653f7 to your computer and use it in GitHub Desktop.
Save rodrigozrusso/34b38ee028d5cf9653f7 to your computer and use it in GitHub Desktop.
get-jenkins-url
def jlc = new jenkins.model.JenkinsLocationConfiguration();
println jlc.getUrl()
println jlc.getAdminAddress()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment