Skip to content

Create apache cordova project to build android app

Developed during "Entwicklung webbasierter Client-Server-Systeme WS 20/21"

Some additional variable have to be set in order for the pipeline to work:

  • CORDOVA_RELEASE_BUILD_JSON, CORDOVA_BETA_BUILD_JSON, CORDOVA_STAGING_BUILD_JSON (File variable)
    APK signing config for cordova (build.json documentation)
  • ANDROID_RELEASE_BASE64_KEY, ANDROID_BETA_BASE64_KEY, ANDROID_STAGING_BASE64_KEY (normal variable)
    The base64 encoded keystore; referenced as "./android-key.jks" in build.json

Merge request reports