Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Bump plugins to help with jenkins timeouts #286

Merged
merged 3 commits into from
Jan 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions conf/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ http {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Connection "";
proxy_max_temp_file_size 0;

# Based on https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy
Expand All @@ -40,7 +39,6 @@ http {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Connection "";
proxy_max_temp_file_size 0;

# Based on https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy
Expand Down
3 changes: 1 addition & 2 deletions plugins.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
ivy:1.28
jackson2-api:2.8.11.3
job-dsl:1.70
jobConfigHistory:2.18
jobConfigHistory:2.19
jquery:1.12.4-0
ldap:1.20
mapdb-api:1.0.9.0
Expand Down Expand Up @@ -90,7 +90,6 @@
timestamper:1.8.10
translation:1.16
variant:1.1
windows-slaves:1.3.1
workflow-aggregator:2.5
workflow-api:2.30
workflow-basic-steps:2.8.2
Expand Down