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

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

Build:
Build:
LAST BUILD BRANCH: PR-16
DEFAULT BRANCH: master
Ran 05 Mar 2020 04:18PM UTC
Jobs 2
Files 3
Run time 15min
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
1

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

6 of 6 new or added lines in 1 file covered. (100.0%)

96 of 121 relevant lines covered (79.34%)

1.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1.1 05 Mar 2020 04:18PM UTC 0
79.34
2 1.2 05 Mar 2020 04:33PM UTC 0
79.34
Source Files on build 1
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins 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

© 2025 Coveralls, Inc