Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aaf02070
Commit
aaf02070
authored
Aug 25, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing EE-specific service parameters for Jenkins CI
Closes gitlab-com/support-forum#946, #934
parent
80cd8f3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG-EE
CHANGELOG-EE
+1
-0
app/controllers/concerns/service_params.rb
app/controllers/concerns/service_params.rb
+5
-1
No files found.
CHANGELOG-EE
View file @
aaf02070
...
...
@@ -3,6 +3,7 @@ v 8.12.0 (Unreleased)
v 8.11.3 (Unreleased)
- [ES] Add logging to indexer
- Fix missing EE-specific service parameters for Jenkins CI
- Set the correct `GL_PROTOCOL` when rebasing !691
v 8.11.2
...
...
app/controllers/concerns/service_params.rb
View file @
aaf02070
...
...
@@ -18,7 +18,11 @@ module ServiceParams
:add_pusher
,
:send_from_committer_email
,
:disable_diffs
,
:external_wiki_url
,
:notify
,
:color
,
:server_host
,
:server_port
,
:default_irc_uri
,
:enable_ssl_verification
,
:jira_issue_transition_id
]
:jira_issue_transition_id
,
## EE Specific
:multiproject_enabled
,
:pass_unstable
,
:jenkins_url
,
:project_name
]
# Parameters to ignore if no value is specified
FILTER_BLANK_PARAMS
=
[
:password
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment