fastlane-plugin-dynatrace 2.1.2 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84f39a46046595216fd893700dbb1c9f71c019bda35dd6e12e65ed9ace9c237e
|
4
|
+
data.tar.gz: 89f383b81eb06b0a0e42b0179640b46546d3676ac9cdd61720f99870a114e991
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c3b8ac3e9fa52d6ad2857b462240e5e47d781b6f895a60431cb49d5f7b8a94fc4519061b4f996e9ba1d88c17000c3e0611a5287821a593b6299575ccec37a6e
|
7
|
+
data.tar.gz: 53ac85091327cae59cf78698e0ddf9a69579d5515f120d0414668ce6d9f5d9b8173286d21d3f195a3212fbcf642c35bb690f4baef57d488f46e9f5f42a718664
|
@@ -87,6 +87,7 @@ module Fastlane
|
|
87
87
|
command << "#{dtxDssClientPath}"
|
88
88
|
command << "-#{params[:action]}" #"-upload"
|
89
89
|
command << "appid=\"#{params[:appId]}\""
|
90
|
+
command << "apitoken=\"#{params[:apitoken]}\""
|
90
91
|
command << "os=#{params[:os]}"
|
91
92
|
command << "bundleId=\"#{bundleId}\""
|
92
93
|
command << "versionStr=\"#{params[:versionStr]}\""
|
@@ -97,15 +98,10 @@ module Fastlane
|
|
97
98
|
command << "forced=1" # if the file already exists
|
98
99
|
command << "tempdir=\"#{params[:tempdir]}\"" if params[:tempdir]
|
99
100
|
|
100
|
-
print_command = command
|
101
|
-
|
102
|
-
command << "apitoken=\"#{params[:apitoken]}\""
|
103
|
-
print_command << "apitoken=\"#{params[:apitoken]}\"" if params[:debugMode] == true
|
104
|
-
|
105
101
|
# Create the full shell command to trigger the DTXDssClient
|
106
102
|
shell_command = command.join(' ')
|
107
103
|
|
108
|
-
UI.message "#{
|
104
|
+
UI.message "#{shell_command}" if params[:debugMode] == true
|
109
105
|
|
110
106
|
Fastlane::Actions.sh("#{shell_command}", log: params[:debugMode] == true, error_callback: ->(result) {
|
111
107
|
# ShAction doesn't return any reference to the return value -> parse it from the output
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-dynatrace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dynatrace LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|