Skip to content

GH-15830 - make relese independent from build number#15954

Open
valenad1 wants to merge 1 commit intorel-3.44.0from
valenad-GH-15830-release-independent-from-build-number
Open

GH-15830 - make relese independent from build number#15954
valenad1 wants to merge 1 commit intorel-3.44.0from
valenad-GH-15830-release-independent-from-build-number

Conversation

@valenad1
Copy link
Copy Markdown
Collaborator

@valenad1 valenad1 requested a review from mn-mikke November 28, 2023 14:50
@valenad1
Copy link
Copy Markdown
Collaborator Author

The question is how to test it.. 🤔

@mn-mikke
Copy link
Copy Markdown
Collaborator

The release pipeline has a paremeter TEST_RELEASE. We can utilize the parameter in each stage. if the paremater is true, we can just archive artifacts to jenkins and skip publishing. This change will require precise code review anyway.


env.BUILD_NUMBER_DIR = currentBuild.number
if (params.VERSION.isEmpty()) {
env.BUILD_NUMBER_DIR = currentBuild.number
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It would be great to store the latest version in gradle.properties and another stage to pipeline that will increase the number if the proceeding were successful.

@valenad1 valenad1 linked an issue Feb 13, 2025 that may be closed by this pull request
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.

Change release scripts to be independent on Jenkins build numbers

2 participants