fastlane-old/pilot

Processing builds are reported as "expired"

Closed this issue · 6 comments

Processing builds are incorrectly reported as "expired". Also the build shows up twice in the list.

+-----------+---------+----------+----------+----------+
|                    xxxxxxx Builds                    |
+-----------+---------+----------+----------+----------+
| Version # | Build # | Testing  | Installs | Sessions |
+-----------+---------+----------+----------+----------+
| 1.0       | 3       | Expired  | 0        | 0        |
| 1.0       | 4       | Inactive | 2        | 9        |
| 1.0       | 5       | Internal | 1        | 0        |
| 1.0       | 6       | Expired  | 0        | 0        |
| 1.0       | 6       | Expired  | 0        | 0        |
+-----------+---------+----------+----------+----------+

image

Can you share the full log and the version number of pilot?

This is the full log, except for the "Multiple teams found" question. And I'm using the latest version, 1.2.1

@koenpunt would you mind sharing the lane in your fastfile that calls pilot?

@ohwutup nothing fancy there, just pilot without arguments. But the table comes from running the cli.

This issue was migrated to fastlane/fastlane#1883. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

You might consider locking conversation of these closed issues :)