summaryrefslogtreecommitdiff
path: root/lib/api/helpers/integrations_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/integrations_helpers.rb')
-rw-r--r--lib/api/helpers/integrations_helpers.rb20
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/api/helpers/integrations_helpers.rb b/lib/api/helpers/integrations_helpers.rb
index 3af0dd4c532..72b16a23dd6 100644
--- a/lib/api/helpers/integrations_helpers.rb
+++ b/lib/api/helpers/integrations_helpers.rb
@@ -197,6 +197,12 @@ module API
desc: 'Bamboo root URL like https://bamboo.example.com'
},
{
+ required: false,
+ name: :enable_ssl_verification,
+ type: Boolean,
+ desc: 'Enable SSL verification'
+ },
+ {
required: true,
name: :build_key,
type: String,
@@ -368,7 +374,7 @@ module API
required: false,
name: :enable_ssl_verification,
type: Boolean,
- desc: 'Enable SSL verification for communication'
+ desc: 'Enable SSL verification'
}
],
'emails-on-push' => [
@@ -468,6 +474,12 @@ module API
desc: 'Jenkins root URL like https://jenkins.example.com'
},
{
+ required: false,
+ name: :enable_ssl_verification,
+ type: Boolean,
+ desc: 'Enable SSL verification'
+ },
+ {
required: true,
name: :project_name,
type: String,
@@ -749,6 +761,12 @@ module API
desc: 'TeamCity root URL like https://teamcity.example.com'
},
{
+ required: false,
+ name: :enable_ssl_verification,
+ type: Boolean,
+ desc: 'Enable SSL verification'
+ },
+ {
required: true,
name: :build_type,
type: String,