Native mobile app on Openshift pipeline failing during building

0
We are trying to build Mendix Native mobile app on OpenShift. The app is on MEndix 9.24.1 The app builds fine on local machine, but we are not sure what might be causing this issue with building in Jenkins / OpenShift v3. The command that we are using is  buildOutput = openshift.selector("bc", "${envProps['APPLICATION_NAME']}-${cleanedBranchName}").startBuild("--from-dir=$WORKSPACE").logs('-f --timestamps') I am not putting all the details here now, but does anyone have experience building Native Mobile app on OpenShift?
asked
0 answers