-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
https://updates.jenkins.io/current/latest/jenkins.war returns 404 #3927
Comments
Thanks for reporting the issue @alextu . The Jenkins update center, https://updates.jenkins.io/ includes a page https://updates.jenkins.io/latest/ that lists the preferred download links for the latest releases. For jenkins.war, that download link is https://updates.jenkins.io/latest/jenkins.war . The list of mirrors for a specific download link can be viewed by appending
Unfortunately, something is wrong with the preferred link to the latest release of Jenkins core
We'll need to investigate further in order to understand what went wrong with the 2.443 release. That release was built a few hours ago. |
Looking into it, there is an error mounting the volumes in the release job pod:
|
This PR recreates the file share deleted in jenkins-infra/helpdesk#3917 (comment), needed for the Core release process. Ref: - jenkins-infra/helpdesk#3927
Incident opened: jenkins-infra/status#468 |
The storage account which seem to have been previously used in the Release Core process has been deleted since last Friday: #3917 (comment) Trying to recreate the missing |
Issue finally resolved, I'll post a complete report tomorrow. |
Thanks! I'll let you close this issue then |
… storage account (#613) This PR adds release.ci.jenkins.io subnet to `getjenkinsio` storage account's allowed virtual nets, and adds `Storage Account Contributor` role assignment to privatek8s's service principal. Ref: - jenkins-infra/helpdesk#3927
Summary of steps we've took to fix the issue:
With that in place, the Release Core Packaging job resumed as it managed to spawn a pod with the correct access to the To check the changes reapplied today as code, I've tested a replay on release.ci.jenkins.io with success: pipeline {
agent {
kubernetes {
yamlFile 'PodTemplates.d/package-linux.yaml'
}
}
stages {
stage('Test') {
steps {
echo 'OK'
}
}
}
}
Note: this issue underlined that there was a remnant issue with the PV in privatek8s cluster, the env-release chart we're using has |
Service(s)
get.jenkins.io, Update center
Summary
We've recently changed Jenkins download URLs to
https://updates.jenkins.io/
becauseget.jenkins.io
returned 404 at the time, see jenkinsci/gradle-plugin#387.It looks like like now
https://updates.jenkins.io/current/latest/jenkins.war
returns 404 should we go back toget.jenkins.io
based URLs ?Reproduction steps
curl -I -L https://updates.jenkins.io/current/latest/jenkins.war
The text was updated successfully, but these errors were encountered: