URGENT: Auto Deployment for commiting update sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 01:35 AM
Hi,
Any idea or solution approach how can we make the deployment for moving update sets and commiting them in an instance , automated.
Something where I can retrieve update sets automatically and commit them.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 01:43 AM
Hello,
Please check below link for Automated Deployment update set in share.service-now.com I hope this link will help you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 01:44 AM
Hi
Refer the below threads may helpful to you.
How can I automate the installation of Update sets
How can I automate the installation of Update sets
ServiceNow Commnunity MVP -2018 class.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 01:50 AM
Hi,
As per my understanding we can some how load the update sets automatically and may be preview the loaded update sets but we cannot commit the update set manually.
Automated retrival of the completed update sets follow the same procedure of update resources which if by default granted.
we can use scheduled script execution and pass the instance parameters for the "sys_update_set_source" table and pass them the UI action available code of "retrieve completed update sets"
Using the same approach we can preview the update sets.
Forcefully we can commit the update sets using above approach which may need check of various parameters like handling errors and warning, But I would suggest you not follow so.
Please like or Mark correct based on the impact of the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2017 01:49 AM
Hi,
My requirement is also same one, I need to automate the deployment via update set and for that I am trying to do it via schedule job where I am trying to use code code of UI action "retrieve completed update sets", but as the out of box script include which they are using is client callable so can anyone please explain the efficient way to get this done without creating the new script include with the same code?
Also Please confirm if I need to follow same approach for preview and committing as well? I mean we have property "glide.update_set.auto_preview" in Jakarta for doing it automatically but currently our project instance is Istanbul so wondering if there will be any alternative way to do it in Istanbul.
Thanks,
Aishwarya