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

MBS-12124 create new nupokati plugin for all release stuff #1307

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

dsvoronin
Copy link
Contributor

@dsvoronin dsvoronin commented Jan 12, 2022

Goal of this review is to check if current behavior of release didn't change (on top of what tests says).
New plugin has some stuff duplicated to have less dependencies.
New plugin work is in progress

public data class Qapps(
/**
* Send artifacts as release versions.
* Non-release artifacts stored limited time.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Non-release artifacts stored limited time.
* Non-release artifacts are stored limited time.

Copy link
Contributor Author

@dsvoronin dsvoronin Jan 13, 2022

Choose a reason for hiding this comment

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

Thanks
also for a limited time is better, right?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes

@dsvoronin dsvoronin changed the title [WIP] MBS-12124 create new nupokati plugin for all release stuff MBS-12124 create new nupokati plugin for all release stuff Jan 13, 2022

gradlePlugin {
plugins {
create("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.

<

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

* and differs from one that comes from json cd build config
* There is no real reason of that
*
* todo merge, take one from json
Copy link
Contributor Author

Choose a reason for hiding this comment

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

That should be fixed without any changes in service contract, but it's a risky one, because we will start to write files in another directory/repository in artifactory.
There is a possibility that someone already used that paths, but a small one, because it's designed to be used only by service itself

I will do a change, on next phase
All old artifacts can't be moved without changing result json's accordingly, so maybe i should not bother

@dsvoronin dsvoronin merged commit 8ef1738 into develop Jan 13, 2022
@dsvoronin dsvoronin deleted the MBS-12124-nupokati-plugin branch January 13, 2022 17:48
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.

None yet

2 participants