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

wooga / atlas-hockey / 8
79%

Build:
DEFAULT BRANCH: master
Ran 05 Mar 2020 04:47PM UTC
Jobs 2
Files 3
Run time 55s
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
8

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

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 8.1 05 Mar 2020 04:47PM UTC 0
79.34
2 8.2 05 Mar 2020 04:47PM UTC 0
79.34
Source Files on build 8
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #8
  • 6da93b7c on github
  • Prev Build on master (#6)
  • Next Build on master (#11)
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