You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use-case which is not covered by existing documentation.
Hello,
I saw automated commit updating the plugin manager and related pipeline.
I wasn't, however, be able to pinpoint where the image release takes place.
Most of the updates in the Docker registry are from 6 days ago, but there are other updates to the main branch in the meantime. Is this process documented somewhere, or is it a manual process requiring maintainers' attention?
I assume #1228 can be related.
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
The text was updated successfully, but these errors were encountered:
@timja thanks for answering this quick!
I assume that comes from the schedule in the Jenkinsfile?
I guess my coffee hasn't kicked in yet as I thought there's no conditional on the Publish step.
The publish script only publishes versions that haven't been published yet.
There's a cron that runs it every few hours but it will only do something if it finds a non published version.
We plan to remove the cron and trigger it directly from the release process at some point, currently its generally triggered manually during the release so you don't have to wait for the cron
Describe your use-case which is not covered by existing documentation.
Hello,
I saw automated commit updating the plugin manager and related pipeline.
I wasn't, however, be able to pinpoint where the image release takes place.
Most of the updates in the Docker registry are from 6 days ago, but there are other updates to the main branch in the meantime. Is this process documented somewhere, or is it a manual process requiring maintainers' attention?
I assume #1228 can be related.
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
The text was updated successfully, but these errors were encountered: