Commit 9213f493 authored by Justin Ho's avatar Justin Ho

Allow users to setup Jenkins without username

According to our docs, we allow to setup the Jenkins integration
without username / password.

Changelog: fixed
parent 14d07b98
...@@ -97,7 +97,6 @@ module Integrations ...@@ -97,7 +97,6 @@ module Integrations
{ {
type: 'text', type: 'text',
name: 'username', name: 'username',
required: true,
help: s_('The username for the Jenkins server.') help: s_('The username for the Jenkins server.')
}, },
{ {
......
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