Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fastlane Testflight, add test group to existing build #11249

Closed
asaravindkumar opened this issue Dec 18, 2017 · 3 comments
Closed

Fastlane Testflight, add test group to existing build #11249

asaravindkumar opened this issue Dec 18, 2017 · 3 comments

Comments

@asaravindkumar
Copy link

New Issue Checklist

Issue Description

I am able to upload the iPad file to test flight without issues. The groups I mention gets notified.
Now, when I again want to just add test groups to the same build, it tries to upload and fails. Is there a way to only add test groups and not upload everytime?

Initial command to upload :
pilot(groups:groupslist, changelog:options[:changelog], distribute_external: true)

Command to add groups:
pilot(groups:"testgroup")

Complete output when running fastlane, including the stack trace and command used

[INSERT OUTPUT HERE]

Environment

✅ fastlane environment ✅

Stack

Key Value
OS 10.11.6
Ruby 2.2.4
Bundler? false
Git git version 2.10.1 (Apple Git-78)
Installation Source ~/.fastlane/bin/bundle/bin/fastlane
Host Mac OS X 10.11.6 (15G31)
Ruby Lib Dir ~/.fastlane/bin/bundle/lib
OpenSSL Version OpenSSL 1.0.2g 1 Mar 2016
Is contained false
Is homebrew true
Is installed via Fabric.app false
Xcode Path /Applications/Xcode8.2.1.app/Contents/Developer/
Xcode Version 8.2.1

System Locale

Variable Value
LANG en_US.UTF-8
LC_ALL en_US.UTF-8
LANGUAGE en_US.UTF-8

fastlane gems

Gem Version Update-Status
fastlane 2.69.3 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
slack-notifier 1.5.1
CFPropertyList 2.3.5
claide 1.0.2
colored2 3.1.2
nanaimo 0.2.3
xcodeproj 1.5.2
rouge 1.11.1
xcpretty 0.2.6
terminal-notifier 1.7.1
plist 3.2.0
public_suffix 2.0.5
addressable 2.5.1
multipart-post 2.0.0
word_wrap 1.0.0
tty-screen 0.6.3
babosa 1.0.2
colored 1.2
highline 1.7.8
commander-fastlane 4.4.5
excon 0.55.0
faraday 0.12.1
unf_ext 0.0.7.4
unf 0.1.4
domain_name 0.5.20170404
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
fastimage 2.1.0
gh_inspector 1.0.3
json 1.8.1
mini_magick 4.5.1
multi_json 1.12.1
multi_xml 0.6.0
rubyzip 1.2.1
security 0.1.3
xcpretty-travis-formatter 0.0.4
dotenv 2.2.0
bundler 1.14.6
faraday_middleware 0.11.0.1
uber 0.0.15
declarative 0.0.9
declarative-option 0.1.0
representable 3.0.4
retriable 2.1.0
mime-types-data 3.2016.0521
mime-types 3.1
little-plugger 1.1.4
logging 2.2.2
jwt 1.5.6
memoist 0.15.0
os 0.9.6
signet 0.7.3
googleauth 0.5.1
httpclient 2.8.3
google-api-client 0.13.6
libxml-ruby 3.0.0
unicode-display_width 1.1.3
terminal-table 1.7.3

generated on: 2017-12-18

@KrauseFx
Copy link
Member

Sorry I don't think that's possible right now, however you might be able to build this yourself using spaceship, which is part of fastlane, where you're gonna have full control over what's happening 👍

@asaravindkumar
Copy link
Author

thanks @KrauseFx .Let me explore spaceship. I will close this issue.

@KrauseFx
Copy link
Member

Awesome 👍

@fastlane fastlane locked and limited conversation to collaborators Feb 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants