I’m desperate to get this update to Google Play but suddenly my App can’t be bulild anymore. I’ve changed just one line of (mark-up) code.
Going back to the previous release (that built fine before now also ends in this error)
It seems to compile fine and even create an APK file. But since it ends in this error I cannot download it.
BUILD SUCCESSFUL in 1m 42s
46 actionable tasks: 46 executed
Built the following apk(s):
/usr/src/app/platforms/android/app/build/outputs/apk/release/app-release.apk
$ cordova build android --release -- --keystore=android.keystore --storePassword=***** --alias=HAVERAPP --password=***** success
Running after script...
$ run "clean-up"
Running Stage clean-up for Job: 5417837
ERROR: Job failed: exit status 1
Could it be the error occurs during the cleanup stage?