Hi PB Tech guru's,
In my current project we are planning to migrate the PB builds to integrate with Bitbucket Pipelines CI/CD as it is free.
Currently, we are using Jenkins as build server for CI/CD process and we use PowerGen to generate PBL's from PB source objects as it is easy to maintain and less in size and various developers can access their required objects to work and modify (unlike PBL entire pbl has to be included if any one object ha to be changed) and also most of the repositories does not support PBL's.
When we use Bitbucket-Pipeline which is hosted on cloud and we have to map the PowerGen runtime executables before it starts to build process. Can anyone suggest or guide on how to automate CI/CD bitbucket pipleline for PowerBuilder Project.
Thank you!