fastlane-plugin-dynatrace 2.1.1 → 2.1.3
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: 5fb64c653c4c5b0f11d57c681024953713100f7a7de91c3a6835ad3f9833ae88
|
4
|
+
data.tar.gz: 48ad1d9cd8705e287403a7ffbd8be79f0c64907234137d9f9f1a4940d2f54783
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62dd1a1759bf66b7c891ba288d9ef96bc8ab19527842efd67e411010b971e9591c8983de8b9858b0756a50f00d1c171d4db612ca181a6e4daa017e1f3e1e755e
|
7
|
+
data.tar.gz: d3b4c881195b3977216f7c5bea4e2108dd547c79cd3481ed1cffe8f319b512a6166a95d4dcd701f7434e6f704594a1addb0d79434613fc38bb3159e22811350b
|
@@ -101,9 +101,9 @@ module Fastlane
|
|
101
101
|
# Create the full shell command to trigger the DTXDssClient
|
102
102
|
shell_command = command.join(' ')
|
103
103
|
|
104
|
-
UI.message "#{
|
104
|
+
UI.message "#{print_command}" if params[:debugMode] == true
|
105
105
|
|
106
|
-
sh("#{shell_command}", error_callback: ->(result) {
|
106
|
+
Fastlane::Actions.sh("#{shell_command}", log: params[:debugMode] == true, error_callback: ->(result) {
|
107
107
|
# ShAction doesn't return any reference to the return value -> parse it from the output
|
108
108
|
result_groups = result.match /(?:ERROR: Execution failed, rc=)(-?\d*)(?:\sreason=)(.*)/
|
109
109
|
if result_groups and result_groups.length() >= 2
|
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.3
|
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-
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
- !ruby/object:Gem::Version
|
267
267
|
version: '0'
|
268
268
|
requirements: []
|
269
|
-
rubygems_version: 3.4
|
269
|
+
rubygems_version: 3.5.4
|
270
270
|
signing_key:
|
271
271
|
specification_version: 4
|
272
272
|
summary: This action processes and uploads your symbol files to Dynatrace
|