Introduction

PowerOn Pipelines is an Azure DevOps (ADO) Extension which brings version control and managed releases via CI/CD pipelines to Symitar, the Jack Henry™ credit union core platform.

Resources

Key concepts

PowerOn

PowerOn is a procedural language which provides a direct interface to the Symitar database. It offers record accessors which map directly to the Symitar Record Structure as well as some in-built utility functions to serve as tools when constructing a PowerOn specfile.

You can read more about PowerOn on the Jack Henry eDocs.

Azure DevOps

Azure DevOps is a cloud-based platform from Microsoft that provides developer services for supporting teams to plan work, collaborate on code development, and build and deploy applications. It offers integrated tools for source control, continuous integration and delivery (CI/CD), project tracking, and artifact management, enabling end-to-end DevOps workflows.

You can read more about Azure DevOps at Microsoft.

CI/CD

CI/CD is a software development practice that automates building, testing, and deploying code. It helps teams deliver updates quickly and reliably by continuously integrating code changes and automatically delivering them to production.

Last updated