Can COBOL source code be loaded into bitbucket and does it support branches, etc? Can Bamboo run compiles and support automated deployment of COBOL executables?
Hi @Erick Gadala,
If you're using Git to manage your COBOL files or directory then Bitbucket will support it.
You'll have to setup the tools necessary for compiles as a custom capability
https://confluence.atlassian.com/bamboo/defining-a-new-custom-capability-289277149.html
so when you use Source Code Checkout you can select you custom capability or run a shell script.
Then using bamboo artifacts to find your executables.
Which can then be utilized in a deployment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.