-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy server additions #253
Conversation
adding proxyurl feature
This reverts commit 8c1b0d5.
added proxy functionality
add proxy to test button
# Conflicts: # src/main/java/jenkins/plugins/slack/StandardSlackService.java
LGTM! |
What is the process to get PRs merged in this project? I can see a long backlog of PRs |
@facastagnini #247 is considered a severe security issue per Jira - so until we can get one more thumbs up on that PR and get it merged and release, there will no other merges. |
Actually see #171 - Jenkins has a proxy config that should be used, along with support for the 'no proxy host' list. |
any chance this can be resolved as we really need this feature? |
@developerinlondon Conflicts must be resolved |
@reynn @developerinlondon what is your use case for this? I would agree with #171 (comment) there is no need to have plugin-specific proxy configuration. |
@nevermindr so you're saying I have to setup jenkins proxy configurations to get this plugin to honor proxy settings? That would be an anti pattern dont you think? This is a java plugin. It should use default java settings. |
@caleyg this PR introduces additional configuration parameter |
PR 171 has additions to support proxy servers for sending slack notifications however this did not allow us to use it if we had a non-standard proxy server port (in my case 3128 instead of 8080), these additions allow any proxy server port as well as use of the slackSend workflow step.