How can I programmatically access Jenkins URL field that is configured through Manage Jenkins > Configure System > Jenkins Location?
I tried Computer.currentComputer().getUrl() but returns only computer/(master)/
How can I programmatically access Jenkins URL field that is configured through Manage Jenkins > Configure System > Jenkins Location?
I tried
Computer.currentComputer().getUrl()but returns onlycomputer/(master)/
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Esteban Angee Agudelo Software Engineer hello2morrow S.A.S (574)5804555 esteba...@hello2morrow.com http://www.hello2morrow.com
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/kTpbJpW6s3I/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to jenkinsci-de...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-dev/kTpbJpW6s3I/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to jenkinsci-dev+unsubscribe@googlegroups.com.
From code running inside Jenkins certainly there is. (Any remote API URLs can be read off more or less directly as Java getter-method calls.)