Commit 6b1b6048 authored by Matija Čupić's avatar Matija Čupić

Add static context GitHub service API param

parent 80e49607
...@@ -25,6 +25,12 @@ module EE ...@@ -25,6 +25,12 @@ module EE
name: :repository_url, name: :repository_url,
type: String, type: String,
desc: "GitHub repository URL" desc: "GitHub repository URL"
},
{
required: false,
name: :static_context,
type: ::API::Services::Boolean,
desc: ""
} }
], ],
'jenkins' => [ 'jenkins' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment