In the final video of the IBM recommended Git branching model for mainframe development series, we'll show the actions of the Release Manager, Dennis. The demo will…
In the third of four videos, we'll continue the demo of the IBM recommended Git branching model for mainframe development. This portion will cover the tasks of the…
In the second of four videos, we will begin a demonstration of the recommended Git branching model in action. We'll begin by introducing the personas that will be…
In the first of four videos, we present the Git branching model we recommend for mainframe application development. The branching model is scalable for development teams…
Using the Git workflow, Deb the developer's change has been processed through a CI/CD pipeline, ensuring that all quality checks and testing are complete and…
The move from a legacy SCM on Z to Git and Git workflow is a big change, but one that comes with the opportunity to leverage modern tools that are implemented on a CI/CD…
After mainframe developers make a code change and merge it into the main branch, the next step is to deploy the code and perform integration tests. Watch this video to…
Using Git, developers are able to perform parallel development to accelerate delivery. Mainframe developers can create an isolated branch to update and test their code.…
Once developers make code changes, it's time to unit test. Unit testing should cover almost all the paths through the program, but running through error and…
Demonstration of creating a COBOL recording to be used for unit and early integration testing featuring easy to use test data generation and pipeline build using DBB.
After completing her code changes to her application, Deb is ready to debug. Watch this video to see how Deb the developer uses Z Open Debug to quickly step through her…
When mainframe developers make their code changes, they should be able to validate that the code conforms with the code quality standards set in the organization and…
When mainframe developers make their code changes, they need to be able to build the specific program and check that the code changes compiled successfully, pulling the…