Replies: 4 comments 9 replies
-
Kicking off the discussion, what do you think about the whole aim to propose a single recommended workflow? And for that workflow to have strong similarities to workflows commonly employed for non-mainframe development - or put another way, with the aim to minimize or eliminate 'mainframe unique' variations? As we recognise early on in the material, the core of the workflow is essentially the one described by Microsoft on their Azure Devops pages - but we then describe the means by which DBB can be used to support incremental builds within that branch strategy and workflow. |
Beta Was this translation helpful? Give feedback.
-
A Pull Request has been opened to also track the comments on the document itself, which is easier than the discussion thread;. Feel free to comment also in the Pull Request. |
Beta Was this translation helpful? Give feedback.
-
We are not currently mentioning anything about cases were there are problems in production. The 'backout' concept is prevalent with the current tools whereas we are advocating the 'hot-fix' approach which is quite a different mind-set. |
Beta Was this translation helpful? Give feedback.
-
Thank you to everyone who has reviewed and provided feedback on the The Git-based process you need for mainframe development. I hope you enjoyed reading it and it provided you with some food for thought. We are happy to announce, that we have published last week the final documentation of the Git branching model and developer workflows, that now can be found at the solution page of the IBM DevOps Acceleration Program at: https://ibm.github.io/z-devops-acceleration-program/docs/branching-models/ We appreciate your feedback and take any Q&A - such as questions and comments about the strategy, or any particular section, paragraphs which are unclear and require more explanation. Please use the feedback form of the GitHub pages, or open an issue at the git repository at https://github.com/ibm/z-devops-acceleration-program/ The referenced branch and any remaining open pull requests were closed. |
Beta Was this translation helpful? Give feedback.
-
Hello dear Community!
@dennis-behm, @ijmitch, @lauren-li and myself worked together on a document describing a Git-based process for managing the lifecycle of mainframe source files. It outlines the preferred approach to benefit from Git and IBM Dependency Based Build when developing mainframe applications, while maintaining essential outcomes associated with traditional workflows. The overall development process is depicted in this guide, discussing the role of the different branches, how developers efficiently use the branching model and how to implement such a workflow in your environment.
The document is currently accessible at this location.
The current version is still a draft version that we are polishing, and it shall be officially released when ready.
We're looking for feedback! Please share your thoughts in this discussion, and feel free to propose your changes through Pull Requests!
Beta Was this translation helpful? Give feedback.
All reactions