• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-appcenter / 7
65%

Build:
DEFAULT BRANCH: master
Ran 12 May 2020 01:07PM UTC
Jobs 2
Files 6
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7

push

jenkins

Add gradle extension (#19)

Description
============

This patch adds and configures an extension point to the appCenter
plugin `AppCenterPluginExtension`. This extension allows to set the main
properties like `owner` `api token` or distribution groups.

The extension is mapped to `appCenter`

```groovy

appCenter {
   apiToken = ""
   owner = ""
   applicationIdentifier = ""
   defaultDestinations = ["", ""]
}
```

This addition is usefull if a project needs to publish multiple apks or
configures multiple upload tasks for other reasons and need to share the
base configuration.

The properties are by default looked up in the gradle properties or
environment.

| property              | gradle property name              | environment variable                |
| --------------------- | --------------------------------- | ----------------------------------- |
| apiToken              | `appCenter.apiToken`              | `APP_CENTER_API_TOKEN`              |
| owner                 | `appCenter.owner`                 | `APP_CENTER_OWNER`                  |
| applicationIdentifier | `appCenter.applicationIdentifier` | `APP_CENTER_APPLICATION_IDENTIFIER` |
| defaultDestinations   | `appCenter.defaultDestinations`   | `APP_CENTER_DEFAULT_DESTINATIONS`   |

The compatibility list had to be adjusted once more since I found out
that not all API calls of the Provider API are fully supported. The
plugin itself functions correctly. I adjusted the README

Changes
=======

* ![ADD] plugin extension `AppCenterPluginExtension`

138 of 166 relevant lines covered (83.13%)

1.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7.1 12 May 2020 01:07PM UTC 0
83.13
2 7.2 12 May 2020 01:07PM UTC 0
83.13
Source Files on build 7
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #7
  • 6f10238e on github
  • Prev Build on master (#6)
  • Next Build on master (#8)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc