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

wooga / atlas-build-unity / 35
25%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 22 Jan 2021 03:49PM UTC
Jobs 4
Files 49
Run time 672251min
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
35

push

jenkins

Add fastlane gradle plugin (#88)

* Add PilotUpload task

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

This is the second patch which will soon replace the old `fastlane`
based task from `net.wooga.build-unity-ios`. The new task type
`PilotUpdate` will soon replace the old `PublishTestFlight`
implementation. This new task has nearly the same interface. It uses
like all oter new types the Provider API to get rid of convention
mapping as much as possible. The implementation uses a lot of the
underlying abstract base class `AbstractFastlaneTask` which was
introduced in the last patch. This makes this change rather small. It
supports logfile creation and the ability to add additional arguments in
case fastlane adds more commandline arguments or we need to use a few of
the ones I did not yet implement because of a good reason to have them
in.

Changes
=======

* ![ADD] `PilotUpload` task type

* Add fastlane gradle plugin

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

This patch adds a simple plugin definiton for `fastlane`. This allows to
setup shared configuration in a single extention. I implemented only two
settings in the provided fastlane extension: `username` and `password`.

| property              | gradle property name              | environment variable                |
| --------------------- | --------------------------------- | ----------------------------------- |
| username              | `fastlane.username`               | `FASTLANE_USERNAME`                 |
| password              | `fastlane.password`               | `FASTLANE_PASSWORD`                 |

In this case, we use the same env names as fastlanes would use as well.

Changes
=======

* ![ADD] ![GRADLE] `FastlanePlugin` with defaults

1704 of 1824 relevant lines covered (93.42%)

1.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35.1 22 Jan 2021 03:49PM UTC 0
35.91
2 35.2 22 Jan 2021 03:51PM UTC 0
35.91
3 35.3 22 Jan 2021 05:11PM UTC 0
93.31
4 35.4 04 May 2022 12:00PM UTC 0
38.63
Source Files on build 35
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #35
  • 885c09b0 on github
  • Prev Build on release/1.x (#34)
  • Next Build on release/1.x (#37)
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