scirocco 0.1.3 → 0.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 +4 -4
- data/README.md +0 -4
- data/lib/scirocco/cli.rb +2 -2
- data/lib/scirocco/version.rb +1 -1
- metadata +1 -2
- data/jenkins.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06db1d999cb83353678ce5f573bc6024262df36d
|
|
4
|
+
data.tar.gz: 2f84bf0532c2b406f6dadf7dfa28f7c7125863a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d547acca51fbdeba0cff477293383dfa5aae5f96e0a1b56abd0b2f9e02f6406f9691e2c07843af57338b2e8ed9113f0a6ec5610bb1682e150994f02337f5eec
|
|
7
|
+
data.tar.gz: b9ad29ccde7041ce9a244e3770d4b00eff82e00de994007a772c306589f4c630c23d971ae7a4efc79b747a00e3fcc462fdbd65aeab07bc26ed71fbae51cb71b5
|
data/README.md
CHANGED
|
@@ -68,10 +68,6 @@ scirocco get_device_id --project-id=$PROJECT_ID --status=available --api-key=$AP
|
|
|
68
68
|
scirocco run_test --test-class-id=$TEST_CLASS_ID --device-id=$DEVICE_ID --poll --api-key=$API_KEY
|
|
69
69
|
~~~
|
|
70
70
|
|
|
71
|
-
Here's what that code looks like in Jenkins:
|
|
72
|
-
|
|
73
|
-

|
|
74
|
-
|
|
75
71
|
* Save the task.
|
|
76
72
|
* Execute the task and check for the console output.
|
|
77
73
|
|
data/lib/scirocco/cli.rb
CHANGED
|
@@ -88,9 +88,9 @@ module Scirocco
|
|
|
88
88
|
client = Scirocco::Client.new(options[:api_key], options)
|
|
89
89
|
devices = client.devices(options[:project_id], options)["devices"]
|
|
90
90
|
if devices.length > 0
|
|
91
|
-
|
|
91
|
+
print devices[0]["device_id"]
|
|
92
92
|
else
|
|
93
|
-
|
|
93
|
+
print ""
|
|
94
94
|
end
|
|
95
95
|
end
|
|
96
96
|
|
data/lib/scirocco/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scirocco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- k-yamada
|
|
@@ -128,7 +128,6 @@ files:
|
|
|
128
128
|
- bin/setup
|
|
129
129
|
- examples/search_devices.rb
|
|
130
130
|
- exe/scirocco
|
|
131
|
-
- jenkins.png
|
|
132
131
|
- lib/scirocco.rb
|
|
133
132
|
- lib/scirocco/cli.rb
|
|
134
133
|
- lib/scirocco/client.rb
|
data/jenkins.png
DELETED
|
Binary file
|