Demo Template for Release SaaS Trial
Your Digital.ai Release SaaS trial includes a preconfigured demo template titled Digital.ai Mobile Banking Template (side).
It showcases an end-to-end delivery flow across Dev → QA → CAB → Production → Post Production. All tasks are wired with stubbed connections so you can run the pipeline without connecting real systems.
You can replace the stubbed connections with your own credentials anytime to try live integrations. For more information, see Connections.
Open the Demo Template
- In the left sidebar, go to Releases > Templates.
- Click Digital.ai Mobile Banking Template.
To run it:
- Click New Release (top-right) to create a release from the template.
- Start the release and watch tasks move through each phase.
for more information, see Start a Release from a template.
Phases and Tasks
Below are all phases and tasks exactly as they appear in the demo pipeline. Each table lists the Task name, Task type, and a Description.
Learn more about managing and interacting with tasks in Managing Tasks Using Task Drawer.
Phase: Dev
Task name | Task type | Description |
---|---|---|
Create change request | ServiceNow · Create Change Request | Creates a ServiceNow change request to track the proposed deployment. Learn more |
Build | Jenkins · Build | Triggers a Jenkins job to build application artifacts. Learn more |
Analyze code compliance | SonarQube · Check Compliance | Checks code quality/security against defined quality gates. Learn more |
BVT Test | Digital.ai Continuous Testing · Get Test View Results | Retrieves smoke/BVT results from Continuous Testing. Learn more |
Confirm QA readiness | Manual | Manual sign-off confirming readiness to move to QA. Learn more |
Phase: QA
Task name | Task type | Description |
---|---|---|
Setup environment | Ansible · Run Playbook | Runs an Ansible playbook to configure the QA environment. Learn more |
Deploy to QA | Digital.ai Deploy · Deploy | Deploys the application build into QA. Learn more |
Compile test results | Digital.ai Continuous Testing · Get Test View Results | Collects and compiles automated QA test results. Learn more |
Create Release Notification Channel | Slack · Create Channel | Creates a dedicated Slack channel for release communications. Learn more |
Manual testing | Parallel Group | Groups multiple manual QA validation tasks for parallel execution. Learn more |
Compliance check | BlackDuck · Check Compliance | Performs an open-source license/security compliance check. Learn more |
Phase: CAB
Task name | Task type | Description |
---|---|---|
Update change request | ServiceNow · Update Change Request | Updates the ServiceNow change request with QA results and status. Learn more |
Evaluate policy | OPA · Evaluate Policy | Runs OPA (Open Policy Agent) rules to validate compliance and policies. Learn more |
Get failure prediction | Change Risk Prediction · Get Risk Prediction | Fetches machine-learning driven change risk prediction score. Learn more |
Get CAB approval | Parallel Group | Parallel set of tasks for CAB review and approval. Learn more |
Prep for Pre Prod Deploy | Manual | Manual validation before pre-production deployment. Learn more |
Approve changes | Patterns & Deliveries · Mark Tracked Items | Marks change requests as CAB-approved for audit tracking. Learn more |
Phase: Production
Task name | Task type | Description |
---|---|---|
PROD deployment gate | Gate | Approval gate that controls entry into production phase. Learn more |
Get current application version | Digital.ai Deploy · Deploy | Fetches and records the currently running production version. Learn more |
Canary | Parallel Group | Executes canary deployment tasks in parallel. Learn more |
Confirm full PROD readiness | Digital.ai Deploy · Control Task | Ensures readiness validation before promoting full production deployment. Learn more |
Promote to full PROD | Sequential Group | Executes full production promotion after canary validation. Learn more |
Synchronize with business delivery | Patterns & Deliveries · Mark Tracked Items | Aligns production deployment with business delivery commitments. Learn more |
Phase: Post Production
Task name | Task type | Description |
---|---|---|
Close change request | ServiceNow · Update Change Request | Closes the ServiceNow change request after production deployment. Learn more |
Send success notification | Slack · Send Message | Posts a success message to the release Slack channel. Learn more |
Validate business value delivered | Patterns & Deliveries · Mark Tracked Items | Confirms that the intended business value is achieved and tracked. Learn more |