How to get the ServiceNow release or buildtag using Server Side code

DPM1
Kilo Contributor

Hi,

I want to retrieve the ServiceNow release(aspen/berlin/calgary/dublin) or buildtag of my instance and use it in server side script.
I have checked some system properties which have release details but the properties vary from instance to instance.
Please advise a unique and reliable way to achieve this.

Thanks

5 REPLIES 5

adiddigi
Tera Guru


gs.getProperty('glide.buildtag.last')


DPM1
Kilo Contributor

Hi Abhiram,

Thanks for the update.
This property isn't present in the demo instance.
I had seen this property but since this was not present in the demo instance , i think we cannot reply on this property for all the releases.

Thanks.


Jace Benson
Mega Sage

If you type in 'stats.do' in the filter text box above your applications, you should see the build tag listed there.


DPM1
Kilo Contributor

Thanks for the reply.
I want to retrieve it using server side script.