diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-16 12:54:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-16 12:54:27 +0000 |
commit | d3638c167d48ddbdad5173b00341db37511098d8 (patch) | |
tree | 970187f83e57f0f05ee174398b6a92d07cefef8d /jenkins.ini.example | |
parent | 6f221ac3125cb73def33630ab872b2395b89cc9d (diff) | |
parent | 881c161d6f5663c894071398c9e05c3fe1f10bbf (diff) |
Merge "Jenkins plugin listing disabled for security"
Diffstat (limited to 'jenkins.ini.example')
-rw-r--r-- | jenkins.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins.ini.example b/jenkins.ini.example index c8486f89a..959f06bb1 100644 --- a/jenkins.ini.example +++ b/jenkins.ini.example @@ -5,6 +5,7 @@ include_path=.:scripts:~/git/ recursive=True [jenkins] +query_plugins_info=False #user=jenkins #password=1234567890abcdef1234567890abcdef url=http://localhost:8080 |