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.
A quick message from the founders... Howdy! We're very happy you're here—version control for the Symitar environment has been a hot topic amongst credit unions for some time. Unfortunately, because it's not available out of the AIX box, only a select few of credit unions can say that have safe deployment process for contributing PowerOn code 🥲 Fortunately, we were invited to tackle the problem by a partner credit union and about a month or so later, we have the initial release of PowerOn Pipelines ✨ Head on over to Libum Portal to subscribe, create an API key, and start governing your organization's PowerOn code today 🎉 ~Don & Dylan
Resources
Jump right in to the Quickstart
Discover what's available in ADO with PowerOn Pipelines Tasks
Check out our Libum Community on Discord
Learn about our privacy policy
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