Hello,
I have a good sized PowerBuilder application (PB 2017 R3) and I am looking into automating builds using Git/Jenkins. Right now there is a global variable which stores the application version. This is updated every time just before the application is compiled. There are many functions which rely on this global variable to function properly.
My question is how would this work with automated builds? I am assuming that there would be a function which would get version information from the exe at runtime rather than being hard coded. Is there a function which can provide compile version? Is there any other approach I should be looking at?
Thank You.
Do you have any training videos of these new features? I would be very much interested in source control and the new autobuild functions of 2021.