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

wooga / atlas-hockey / 24
79%

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

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%)

1.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24.1 28 Aug 2019 09:56AM UTC 0
80.46
2 24.2 28 Aug 2019 09:57AM UTC 0
81.03
Source Files on build 24
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #24
  • 307f5225 on github
  • Prev Build on master (#23)
  • Next Build on master (#26)
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

© 2025 Coveralls, Inc