Has Anyone Automated Application Deployment Using ServiceNow Catalog Items?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2025 03:10 AM
Hi all,
I’m working on automating application deployment using a ServiceNow catalog item.
The goal is to allow developers to trigger deployments through a ServiceNow form, which collects inputs like:
- Application name and environment (Dev/QA/Prod)
- Git repository details (URL, branch)
- Deployment type (containerized, Helm chart, etc.)
- CI/CD pipeline info (Jenkins, ArgoCD)
- Environment variables and secrets
Once submitted, the catalog item should trigger workflows (via Flow Designer or integrations) to deploy the application to pre-provisioned environments.
I’m looking for:
- Examples of similar implementations
- Best practices for catalog item design
- Tips on integrating with Jenkins, Git, ArgoCD
- Handling secrets and approvals
If anyone has done this or has resources to share, I’d love to learn from your experience!
Thanks in advance 🙌
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2025 03:47 AM
Have you checked out the OOB DevOps module(s)?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hi @Mark Manders ,
Yes, I can see that the Jenkins Spoke provides the Build with Parameters action step. Could you please let me know if there is any OOB workflow or catalog item available for this? Alternatively, do we need to install any plugin to enable it?
Thank you
