Can't get to home page for Glassfish Jenkins
Summary
Can't get to home page for Glassfish Jenkins
Steps to reproduce
- When I go (firefox, chromium, incognito or not) to https://ci.eclipse.org/glassfish/ I'm getting:
<j:jelly xmlns:xmlns="" xmlns:j="" xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:x="jelly:xml" xmlns:l="/lib/layout"><j:new var="h" className="hudson.Functions"></j:new><st:statusCode xmlns:st="" value="503"></st:statusCode><st:header xmlns:st="" name="Expires" value="0"></st:header><st:header xmlns:st="" name="Cache-Control" value="no-cache,no-store,must-revalidate"></st:header><st:contentType xmlns:st="" value="text/html;charset=UTF-8"></st:contentType>
<x:doctype xmlns:x="" name="html"></x:doctype><html xmlns="" lang="en-US"><head><title>Starting Jenkins</title><meta name="ROBOTS" content="NOFOLLOW"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="/jsbundles/simple-page.css" type="text/css"></head><body><div class="simple-page" role="main"><div class="app-jenkins-booting"><div class="logo"><img src="/svgs/logo.svg" alt="Jenkins logo"></div><h1 class="loading"><l:spinner xmlns:l="" text="Jenkins is getting ready to work"></l:spinner></h1><p class="restarting">Your browser will reload automatically when Jenkins is ready.</div></div><script src="/scripts/loading.js" type="text/javascript"></script></body></html></j:jelly>
- When I go to https://ci.eclipse.org/glassfish/job/glassfish7_build-and-test_jdk24/ I'm getting correctly
Which suggests Jenkins is ready. But going to https://ci.eclipse.org/glassfish/ again - results with jellies as above.
- Strangely - it looks that
curl
is getting proper html.
What is the current bug behavior?
Steps to reproduce 1.
What is the expected correct behavior?
Like Steps to reproduce 2 but for Dashboard.
Relevant logs and/or screenshots
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
(What is the impact of this issue? Is it blocking a release? Are there any time constraints?, for example: "We have a release tomorrow")