-
-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Currently, when we lock down the CI for security release preparation we add a "System message" explaining that access is restricted:
Lines 101 to 106 in de38bc6
| Add a Jenkins "system message" in https://ci.nodejs.org/configure. Something like: | |
| ```html | |
| <h1 style="color:red">system is under embargo for a security release</h1> | |
| <h2>For solidarity, even if you have access, please don't start unrelated jobs</h2> | |
| <p>Refs: <a href="https://github.com/nodejs/build/issues/xxx">https://github.com/nodejs/build/issues/xxx</a></p> | |
| ``` |
Unfortunately:
- The message only appears on https://ci.nodejs.org/, not on any of the sub pages (e.g. https://ci.nodejs.org/job/node-test-pull-request/).
- If you do not have access, there is no indication at all, e.g. from Access Denied jenkins-alerts#4575:

I did come across https://plugins.jenkins.io/customizable-header/, which may be worth investigating to improve the user experience during a CI lockdown. If it would work, it would mean adding a new plugin to the public CI.
Metadata
Metadata
Assignees
Labels
No labels