I've recently migrated about a dozen PB apps from 12.5 up to 2019 R2. We also moved from TFS to Bitbucket for source control, we're now storing the .pbl's in Bitbucket, and I'm using Bruce Armstrong's tutorial (thanks Bruce!) to get our builds done in a Jenkins pipeline. One of the steps in the Jenkins tutorial was an Orcascript step. My question is, since the pbl's are now in source control, is Orcascript still necessary or recommended to "bootstrap" the pbl's from their individual object files during a build? I found in documentation that the .pbg files are no longer necessary when using Orcascript, so I got rid of those, but with all the changes to the structure and functioning of source control between 12.5 and 2019 I'm confused about when and how Orascript would be used. Any advice or best practice experiences will be helpful.