Query on CI/CD in ServiceNow

Suggy
Giga Sage

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 🙂

 

6 REPLIES 6

Suggy
Giga Sage

No one? 🙂

Jack
Tera Guru

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!

Thank you @Jack  Let me see that

Christian_
Tera Guru

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.