Query on CI/CD in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 07:28 AM
Hi, someone asked me 'Can ServiceNow support CI/CD'?
My questions to community members 🙂
1. Can anyone explain in layman terms like how CI/CD can be used in ServiceNow
2. Are you using CI/CD in ServiceNow today? If so, can you please provide few scenarions/use cases how using CI/CD in ServiceNow.
Thank you 🙂
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 12:11 AM
No one? 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:37 AM
From my perspective:
'Can ServiceNow support CI/CD'? => yes
Unfortunately, my company doesn't apply DevOps, I just follow Now Learning course to play with CI/CD: ServiceNow will provide 2 instance to play role DEV/TEST.
There is some my notes (not sure if it's correct).
Hope this help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 10:34 AM
Thank you @Jack Let me see that

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 11:32 PM
Hello,
I suspect that you are asking for CICD in ServiceNow, then there is the CICD APIs (Documentation available here), you could also look into how this is solved in App Engine Studio with the Deployment pipelines.
If your'e looking for looking for how ServiceNow can connect to an existing pipeline outside of SesviceNow, then you should look into the DevOps application.
Im using the APIs for automated deployment (installation/update) into sequential sub production instances from the development and Instance Scan executions for the Application being installed atm.