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

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

Build:
DEFAULT BRANCH: master
Ran 05 Mar 2020 04:47PM UTC
Files 3
Run time 18s
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:47PM UTC coverage: 79.339% (-1.0%) from 80.342%
8.2

push

jenkins

Add releaseNotes support to AppCenterUploadTask (#14)

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 8.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8
  • 6da93b7c on github
  • Prev Job for on master (#6.1)
  • Next Job for on master (#11.2)
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