- Justin Roeser
- PowerBuilder
- Monday, 18 September 2023 12:42 PM UTC
I am using PowerBuilder 2019 R3, and would like to automate our build process in a pipeline. At present, we are using a powershell script which in essence uses OrcaScript to create the build. The issue is that this needs to be kicked off manually and can frequently run into errors/issues due to our network latency and other factors.
To resolve this, we would like to automate this process in GitLab using a CICD pipeline. The issue is that we have a Linux runner in our pipeline and would need to be able to build the powerbuilder application from within a Linux container. As PowerBuilder is built within a windows environment, this clearly causes some issues.
I have looked at using Wine within Linux to do this, but so far have not been very successful. I get the following error (for obvious reasons):
41Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.