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

Bugfix - Multi Values Properties Set #583

Merged
merged 4 commits into from
Dec 19, 2021

Conversation

talarian1
Copy link
Contributor

@talarian1 talarian1 commented Dec 7, 2021

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Fixes #567

@talarian1 talarian1 changed the title Bugfix - Multi Values Propeties Bugfix - Multi Values Properties Set Dec 7, 2021
@talarian1 talarian1 requested a review from eyalbe4 December 7, 2021 22:58
matrix.append(";").append(encodeProperties ? encode(propertyKey) : propertyKey)
.append("=").append(encodeProperties ? encode(propertyValue) : propertyValue);
for (String multiPropertyValue : matrixParams.get(propertyKey)) {
// Due to known bug in Artifactory, in order to support multi values properties

Choose a reason for hiding this comment

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

Worth to add a reference to this bug in Artifactory.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi,
I couldn't find a public open issue for that. I will contact our suitable team to make sure it will be fixed soon.

@talarian1 talarian1 merged commit 3e1e674 into jfrog:master Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-value properties are not possible to set using Gradle plugin
3 participants