Push Update Sets from an instance

thirschi
Tera Expert

I'm trying to push an update set from our build environment to our production environment.   This update sets that I would like to do this with are small and tested in the build environment.   I would like to have these update sets previewed and committed.

Has anyone come up with ideas on how to do this?

1 ACCEPTED SOLUTION

thirschi
Tera Expert

I was able to do it.


View solution in original post

17 REPLIES 17

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Tim,



Please go through the below link for more info.


http://wiki.servicenow.com/index.php?title=Team_Development#gsc.tab=0


bernyalvarado
Mega Sage

Hi Tim,



You have 3 options:



a) use Team Development (perhaps the best approach)


b) use System Update Sets >> Update Sources to retrieve from your target instance the update set from the source instance


c) use the export to xml UI action in your Update Set and then perform an import xml (available using elevated privileges) in your target instance



The update set will be available at the target instance to be previewed and disposition at System Update Set >> Retrieved Update Sets.



Thanks,


Berny


thirschi
Tera Expert

I was meaning like a writing a script that would take an update set and move it from build to test and Preview and commit if there are no errors and in there maybe run some tests, automatically.   Then if there are still no errors move it to production Preview and commit with the single click of a button from the build environment.


I see. Some time back we had a very similar question/discussion in another thread.



You can refer to that discussion over here: https://community.servicenow.com/message/861207?et=watches.email.thread#861207



Thanks,


Berny