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

wooga / atlas-github / 71
39%

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

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%)

1.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 71.1 08 Feb 2019 09:06AM UTC 0
96.43
2 71.2 08 Feb 2019 09:06AM UTC 0
96.43
Source Files on build 71
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #71
  • d3715ed8 on github
  • Prev Build on master (#67)
  • Next Build on master (#74)
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