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

Build tag auto-triggered builds need ability to specify publish name #776

Closed
andrew-m-leonard opened this issue Aug 11, 2023 · 5 comments
Closed
Assignees

Comments

@andrew-m-leonard
Copy link
Contributor

The new jdk-21 & 22 releaseTrigger_NNea jobs currently have to manually invoke the publish job with the necessary "publishTag" containing the EA naming. We need the openjdk-pipelineNN job to be able to specify that so it can auto-publish.

@andrew-m-leonard
Copy link
Contributor Author

openjdk-pipelineNN can specify the publish name using "overridePublishName"

@andrew-m-leonard
Copy link
Contributor Author

andrew-m-leonard commented Sep 19, 2023

The problem is the TIMESTAMP param, that needs to be a unique re-producible timestamp|version field, as opposed to the generated timestamp here:

def timestamp = new Date().format('yyyy-MM-dd-HH-mm', TimeZone.getTimeZone('UTC'))

The openjdk-pipelineNN probably needs an extra option, eg."publishTimestamp"

jdk-17.0.8+9 ==> publishTimestamp=ea_17.0.8_1
jdk-21+35 ==> publishTimestamp=ea_21_35

@jiekang
Copy link
Contributor

jiekang commented Oct 3, 2023

Related: #740

@sxa
Copy link
Member

sxa commented Mar 26, 2024

@andrew-m-leonard This is in Q1 - I believe we're complete with this now so can it be closed?

@andrew-m-leonard
Copy link
Contributor Author

yep, all done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants