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

missleading timestamps on get.jenkins.io/war/latest/jenkins.war #3100

Closed
jtnord opened this issue Aug 19, 2022 · 1 comment
Closed

missleading timestamps on get.jenkins.io/war/latest/jenkins.war #3100

jtnord opened this issue Aug 19, 2022 · 1 comment

Comments

@jtnord
Copy link

jtnord commented Aug 19, 2022

Service(s)

Other

Summary

According to the timestamps https://get.jenkins.io/war/latest/jenkins.war was last updated in 2020

This is not the case and if you download the file you can see it is 2.364 (which is the latest at the time of writing).

However this causes confusion as it appears it has not been updated.

Reproduction steps

  1. go to https://get.jenkins.io/war/

Notice the modification data on latest (possibly ok if this is a directory and the children are symlink)s.

  1. go to https://get.jenkins.io/war/latest/

Notice the modification date on the files is still in 2020

Expected result, the timestamps shown in the web interface correspond to (approximatly) the time of publishing of the war.

@jtnord jtnord added the triage Incoming issues that need review label Aug 19, 2022
@dduportal
Copy link
Contributor

It's the whole subject of #3034:

  • Symlinks are updated on each release on the update.jenkins.io and archives.jenkins.io by the publication scripts (as well as mirrors, because rsync updates symlinks on remote machines).
  • But for get.jenkins.io, an azure blob storage is used (way cheaper than disks), but the "latest" directories are not updated (since not overriden remotely and symlinks are dereferenced)

The idea would be to update the "latest" dir on each publication (war or plugins) or find a way to make blobxfer to update symlinks.

Closing as duplicate, I'll cherry-pick your message.

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

No branches or pull requests

2 participants