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

wooga / atlas-hockey / 24 / 1
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2019 09:56AM UTC
Files 5
Run time 0s
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

28 Aug 2019 09:56AM UTC coverage: 80.46% (-3.1%) from 83.607%
24.1

push

jenkins

Add expirimental support for app center publish (#6)

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

> On November 16, 2019, HockeyApp will transition fully to App Center.

This patch adds a new task type `AppCenterUploadTask` which works
similar to the old `HockeyUploadTask`. The new task allows to upload a
binary (`ipa`,`apk`) to a appcenter app.

The configuration looks as
follows:

```groovy
publishAppCenter {
  owner = ""
  apiToken = ""
  applicationIdentifier = ""

  binary = File
  destination "", ""
  buildInfo {
     branchName = ""
     commitHash = ""
     commitMessage = ""
  }
}
```

> the API is not yet stable!

Properties
----------

| name                  | type           | description | required |
| --------------------- | -------------- | ----------- | -------- |
| owner                 | String         | app center user/owner | yes |
| applicationIdentifier | String         | app center application name | yes |
| apiToken              | String         | app center api token with write access to specified `owner/applicationIdentifier` | yes |
| binary                | String or File | file path to binary for upload
| destination           | -              | this is a method which either accepts a list of strings or variadic argument list of strings | no
| buildInfo             | -              | this is a configuration method which can be called with a closure to configure optional build informations | no

Changes
=======

![ADD] ![NEW] task type `AppCenterUploadTask`

140 of 174 relevant lines covered (80.46%)

0.8 hits per line

Source Files on job 24.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24
  • 307f5225 on github
  • Prev Job for on master (#23.1)
  • Next Job for on master (#26.1)
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