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

wooga / atlas-github / 71 / 2
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 09:06AM UTC
Files 14
Run time 1s
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

08 Feb 2019 09:06AM UTC coverage: 96.429% (-2.9%) from 99.351%
71.2

push

jenkins

Add update release feature (#26)

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

For some publish workflows it would be nice to execute multiple github
publish tasks on multiple gradle runs to support multi platform releases
or integration of third party publish plugins which have their own
workflows. Up until know the only way to publish artifacts from multiple
platforms was to build them first and execute one build to create the
release and upload the artifacts in one run.
With this patch it is finally possible to configure the `GithubPublish`
task type to `create`,`update` or `createOrUpdate` a release.

See a potential pipeline:

```
                                                                       builds in parallel
                                                                       +----------------+

                                                    +------------------------+    +-------------------+
                                                 +-->  build macOS binary    +----> publish binaries  +-+
                                                 |  +------------------------+    +-------------------+ |
                                                 |                                                      |
                                                 |                                                      |
                                                 |                                                      |
+-------------------+     +-------------------+  |  +------------------------+    +-------------------+ |   +-------------------+
|     run tests     +----->   draft release   +----^+  build windows binary  +----> publish binaries  +----->  publish release  |
+-------------------+     +-------------------+  |  +------------------------+    +-------------------+ |   +-------------------+
                                                 |                                                      |
                      ... (continued)

432 of 448 relevant lines covered (96.43%)

0.96 hits per line

Source Files on job 71.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 71
  • d3715ed8 on github
  • Prev Job for on master (#67.1)
  • Next Job for on master (#74.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