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

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

Open
wants to merge 1 commit into
base: rel-3.44.0
Choose a base branch
from

Conversation

valenad1
Copy link
Collaborator

@valenad1
Copy link
Collaborator Author

The question is how to test it.. 🤔

@mn-mikke
Copy link
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.

@@ -12,7 +12,12 @@ try {
node(NODE_LABEL) {
def insideDocker = null

env.BUILD_NUMBER_DIR = currentBuild.number
if (params.VERSION.isEmpty()) {
env.BUILD_NUMBER_DIR = currentBuild.number
Copy link
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.

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