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

Incorrect JCasC configuration for latest JFrog CLI #98

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Jul 19, 2024

Fix jenkinsci#30

Incorrect JCasC configuration export occurs when the JFrog CLI installation is set to “install the latest version”. The root cause is that the ArtifactoryInstaller constructor only accepts non-empty version values. This pull request changes this behavior by allowing the constructor to accept an empty version, and providing a setter for JCasC to set the version if specified.

@yahavi yahavi added the bug Something isn't working label Jul 19, 2024
@yahavi yahavi requested review from eyalbe4 and RobiNino July 19, 2024 15:43
@yahavi yahavi self-assigned this Jul 19, 2024
@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Jul 19, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Jul 19, 2024
Copy link

👍 Frogbot scanned this pull request and did not find any new security issues.


@yahavi yahavi merged commit eafc51c into jfrog:main Jul 22, 2024
9 checks passed
@yahavi yahavi deleted the jcask-latest branch July 22, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect JCasC configuration export when a JFrog CLI installation is set to "install the latest version"
2 participants