We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a4f2a commit d2d63f2Copy full SHA for d2d63f2
1 file changed
templates/facts.rb.erb
@@ -1,5 +1,5 @@
1
#!<%= @ruby_bin %>
2
-# Facts:
+# Facts:
3
# - jira_buildNumber
4
# - jira_version
5
# - jira_baseUrl
@@ -22,7 +22,7 @@ pinfo = JSON.load(info)
22
pinfo.each do |key, value|
23
actual_value = value
24
if value.is_a? Array
25
- actual_value = value.join(',')
+ actual_value = value.join(',')
26
end
27
puts "jira_#{key.to_s.chomp()}=#{actual_value.to_s.chomp}"
28
0 commit comments