Skip to content
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

Support pipe and new line in the 'No proxy host' #106

Merged
merged 7 commits into from
Sep 23, 2024

Conversation

Nathan770
Copy link

Fix #105

Implemented a new function to properly extract and format the "No Proxy Host" list from Jenkins configurations.
Enhanced support for multiple delimiters, including pipe (|), newline, and semicolon (;), ensuring that the "No Proxy Host" values are parsed and handled correctly.

Copy link

github-actions bot commented Sep 19, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@yahavi yahavi added improvement Automatically generated release notes safe to test Approve running integration tests on a pull request labels Sep 19, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Sep 19, 2024
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Sep 19, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Sep 19, 2024
Copy link
Member

@yahavi yahavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done @Nathan770!

@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Sep 19, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Sep 19, 2024
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Sep 20, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Sep 20, 2024
Copy link
Member

@yahavi yahavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @Nathan770!

@yahavi yahavi merged commit 885791a into jfrog:main Sep 23, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The implementation of 'No Proxy Host' does not follow the description on Jenkins
2 participants