timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-17805] Naming a Jenkins installation #10190

Open timja opened 11 years ago

timja commented 11 years ago

I've two separate Jenkins installations in my company. I need to understand which instance I'm looking. I've created a description but it is displayed only on dashboard.

I thought there must be a way to change the browser title until I saw layout.jelly where title tag is set.

Please consider adding a feature to name a Jenkins installation, so instead of seeing "Dashboard [Jenkins]", I see "[ABCD] Dashboard [Jenkins]"


Originally reported by edokan, imported from: Naming a Jenkins installation
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 11 years ago

integer:

Why not look on url?

timja commented 11 years ago

edokan:

Because it is not for me (developer), but for test and sales people. Unfortunately my test people and sales people share too many people, so they are not careful as much as they must be. this will be another thing for them to notice and do not run build on wrong server.

Please do not ask me why sales people have access to build tools on production server, because it is a very long, dirty tale with hell banished demons, toxic ingredients and some c# code.

timja commented 11 years ago

zhh:

We are using Page Markup Plugin[1] to customise our Jenkins. This might be a workaround for your situation.

[1] https://wiki.jenkins-ci.org/display/JENKINS/Page+Markup+Plugin

timja commented 11 years ago

edokan:

It solved my case, thank you Hua Zhang.

timja commented 11 years ago

integer:

Fine, may we close bug?

timja commented 11 years ago

edokan:

I believe workarounds are not real solutions, so I hope this case will stay open.

timja commented 10 years ago

oleg_nenashev:

Yes. We just need to make ${app.name} customizable via the global configuration page.
Or something like that...