-
Notifications
You must be signed in to change notification settings - Fork 22
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
Automate Docker Image Release during the packaging build #398
Comments
Release publication can be done with
|
I think that may need a safeguard so that it does not publish LTS releases or security releases with the same technique. Weekly releases can take the most recent draft changelog. LTS and security changelogs are hand-crafted, even on GitHub. |
LTS ones follow a very strong pattern though and could just have a template supplied, if someone wants to polish it they can do that after, better to minimise human interaction required delaying the docker release etc. If it's important it's not update then it could just do a tag and release notes added later. |
Agreed. It can be automated for LTS releases as you said. They follow a very consistent pattern. |
Scheduling constraint we met during yesterday weekly release (2.414): The tag on jenkinsci/docker must be created only after the WAR file is available in get.jenkins.io to avoid the |
@MarkEWaite @timja @dduportal this message to let you know that I'm interested to take a look at this. |
Remark from @daniel-beck : this automation should tolerate the tag already existing and continue |
Any Core release should automatically create the (annotated) tag and publish the release in jenkinsci/docker to automate the release process described in the
release/docs/releases.md
Lines 277 to 289 in 6a55156
This issue is NOT about building the Docker image in release.ci.jenkins.io: it's tracked in jenkins-infra/helpdesk#2845 as a separate topic (because release.ci does not have agents with a Docker CE Engine today).
The text was updated successfully, but these errors were encountered: