2019年2月16日 — lane context · SharedValues is a list of "keys" that defines what is set by an action · lane_context is the "tool" to get the values belonging to ... ... <看更多>
Search
Search
2019年2月16日 — lane context · SharedValues is a list of "keys" that defines what is set by an action · lane_context is the "tool" to get the values belonging to ... ... <看更多>
I use Jenkins pipeline to build app. In pipeline I invoke fastlane lanes two times, between them I invoke integration tests. ... <看更多>
In this case we use the formatted report summary available in lane_context[:AD_LICENSE_LINT_SUMMARY] after we called ad_licenselint . ... <看更多>
unless options[:api_token] unless lane_context[SharedValues::VERSION_NUMBER] get_version_number end unless lane_context[SharedValues::BUILD_NUMBER] ... ... <看更多>
... CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier) api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY] ... ... <看更多>
... projects and push them to Crashlytics if options[:app].nil? lane_context[SharedValues::GRADLE_ALL_APK_OUTPUT_PATHS].each do | apk | puts ... ... <看更多>
... lane_context[SharedValues::APP_STORE_CONNECT_API_KEY] current_version = get_version_number( target: "main-target" # replace with your main target, ... ... <看更多>
It provides these variables in lane_context . ['RELEASE_ANALYZED', 'True if commits were analyzed.'], ['RELEASE_IS_NEXT_VERSION_HIGHER', 'True if next ... ... <看更多>