Skip to main content
Version: Release SaaS

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.

tip

You can replace the stubbed connections with your own credentials anytime to try live integrations. For more information, see Connections.


Open the Demo Template

  1. In the left sidebar, go to Releases > Templates.
  2. 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.

Demo template phases


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 nameTask typeDescription
Create change requestServiceNow · Create Change RequestCreates a ServiceNow change request to track the proposed deployment.
Learn more
BuildJenkins · BuildTriggers a Jenkins job to build application artifacts.
Learn more
Analyze code complianceSonarQube · Check ComplianceChecks code quality/security against defined quality gates.
Learn more
BVT TestDigital.ai Continuous Testing · Get Test View ResultsRetrieves smoke/BVT results from Continuous Testing.
Learn more
Confirm QA readinessManualManual sign-off confirming readiness to move to QA.
Learn more

Phase: QA

Task nameTask typeDescription
Setup environmentAnsible · Run PlaybookRuns an Ansible playbook to configure the QA environment.
Learn more
Deploy to QADigital.ai Deploy · DeployDeploys the application build into QA.
Learn more
Compile test resultsDigital.ai Continuous Testing · Get Test View ResultsCollects and compiles automated QA test results.
Learn more
Create Release Notification ChannelSlack · Create ChannelCreates a dedicated Slack channel for release communications.
Learn more
Manual testingParallel GroupGroups multiple manual QA validation tasks for parallel execution.
Learn more
Compliance checkBlackDuck · Check CompliancePerforms an open-source license/security compliance check.
Learn more

Phase: CAB

Task nameTask typeDescription
Update change requestServiceNow · Update Change RequestUpdates the ServiceNow change request with QA results and status.
Learn more
Evaluate policyOPA · Evaluate PolicyRuns OPA (Open Policy Agent) rules to validate compliance and policies.
Learn more
Get failure predictionChange Risk Prediction · Get Risk PredictionFetches machine-learning driven change risk prediction score.
Learn more
Get CAB approvalParallel GroupParallel set of tasks for CAB review and approval.
Learn more
Prep for Pre Prod DeployManualManual validation before pre-production deployment.
Learn more
Approve changesPatterns & Deliveries · Mark Tracked ItemsMarks change requests as CAB-approved for audit tracking.
Learn more

Phase: Production

Task nameTask typeDescription
PROD deployment gateGateApproval gate that controls entry into production phase.
Learn more
Get current application versionDigital.ai Deploy · DeployFetches and records the currently running production version.
Learn more
CanaryParallel GroupExecutes canary deployment tasks in parallel.
Learn more
Confirm full PROD readinessDigital.ai Deploy · Control TaskEnsures readiness validation before promoting full production deployment.
Learn more
Promote to full PRODSequential GroupExecutes full production promotion after canary validation.
Learn more
Synchronize with business deliveryPatterns & Deliveries · Mark Tracked ItemsAligns production deployment with business delivery commitments.
Learn more

Phase: Post Production

Task nameTask typeDescription
Close change requestServiceNow · Update Change RequestCloses the ServiceNow change request after production deployment.
Learn more
Send success notificationSlack · Send MessagePosts a success message to the release Slack channel.
Learn more
Validate business value deliveredPatterns & Deliveries · Mark Tracked ItemsConfirms that the intended business value is achieved and tracked.
Learn more