Switch Your ServiceNow Build Agent LLM
Switching Build Agent LLMs in ServiceNow Build Agent supports multiple large language models (LLMs) — Claude, OpenAI GPT, and Google Gemini Flash. By default you can switch them on the fly from the pr...
Switching Build Agent LLMs in ServiceNow Build Agent supports multiple large language models (LLMs) — Claude, OpenAI GPT, and Google Gemini Flash. By default you can switch them on the fly from the pr...
Setting up CI/CD With ServiceNow SDK and GitHub Actions This is the full, start-to-finish walkthrough for wiring up a Github repo's pipeline against your own ServiceNow instances to implement a Contin...
In the unfortunate situation where you need to revert an app from "Fluent" mode, as is used in the latest versions of ServiceNow Studio and IDE, here is how to do it. This will cause the development e...
Powerful Help for AI Coding The ServiceNow-SDK skill is published to guide your AI powered development from Claude Code, Codex, Windsurf and more. It includes an "explain" feature to give actionable d...
Introduction If your team uses the App Repository to manage scoped applications, you know the post-clone cleanup process can be a real headache. After cloning an instance, an admin has to manually ope...
The initial versions of ReleaseOps contained a Deployment Analyzer rule meant to be used as an example of how you could allow on demand deployments of updates that are deemed less risky due to their c...
Manually adding the app install to an update set requires adding an entry to an update set in the global scope. This can be useful if your update set has a dependency on another application and you wi...
NOTE: Please use this carefully. There is probably a reason that a file is set to read-only, and this should be used more for deactivating unneeded functionality than changing the way a process works,...
A Playbook that is not in the ReleaseOps scope will not execute There is currently a bug in the business rule that fires playbooks for ReleaseOps in which it does not properly account for scope. Here'...
TL;DR: Don't modify the existing sample playbooks; there is a bug in the existing code that will require fixing, so even if you know how to clone playbooks read to the end. Do not modify the out of th...
Today I'm going to show you how to use ReleaseOps to deploy a brand new applications scope. 00:01: Hello. This is Jon Lind and today, I'm going to show you how to use release Ops to deploy a brand new...
How to extend ReleaseOps pipelines with manual deployment steps The sample release configuration covers a three-instance pipeline (Dev → Test → Prod) fully automated, many organizations need to add ad...
In the initial version of ReleaseOps a Deployment Request may end up in a terminal state such as Cancelled or Failed or otherwise get stuck with no way to recover and start the process over. The worka...
How to Create a 4 Instance Pipeline with ReleaseOps The sample release configuration covers a three-instance pipeline (Dev → Test → Prod), though many organizations need to add additional environments...