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

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

Build:
Build:
LAST BUILD BRANCH: PR-16
DEFAULT BRANCH: master
Ran 05 Mar 2020 04:33PM UTC
Files 3
Run time 26s
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

05 Mar 2020 04:18PM UTC coverage: 79.339%. First build
1.2

push

jenkins

Add releaseNotes support to AppCenterUploadTask

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

As requested in issue [wooga/atlas-appcenter#13], this patch adds
support to pass custom release notes to the AppCenter distribution.

_example_

```groovy

publishAppCenter {
    owner = "some_org"
    apiToken = "A_KEY"
    applicationIdentifier = "MYAPP"
    binary = "path/to/file"

    releaseNotes = """
    This is a new awesome release with lots of cool content
    Things you need to check out

    * awesome feature here
    * crazy new function over here
    """.stripIndent().trim()
}
```

Changes
=======

* ![ADD] release note support to `AppCenterUploadTask`

wooga/atlas-appcenter#13:  https://github.com/wooga/atlas-appcenter/issues/13

96 of 121 relevant lines covered (79.34%)

0.79 hits per line

Source Files on job 1.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • 26d77922 on github
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