Actions
Bug #5122
closedJenkins URL is localhost
Start date:
09/23/2013
Due date:
% Done:
0%
Estimated time:
Description
The Jenkins server is generated with:
http://127.0.0.1:<port>/<projectName>/
It should be something like:
Updated by Schwarz Lionel about 12 years ago
http://127.0.0.1:<port>/<projectName>/
should be:
https://cccif01.in2p3.fr/</projectName>
Updated by Brétel Foudil about 12 years ago
- Assigned To set to Brétel Foudil
Is this still valid ?
Could you provide more context ?
As projects are actually created with both URLs: a Jenkins instance is listening locally to http://127.0.0.1:<port>/ and is proxied to listen to https://ci.in2p3.fr/<projectName>.
Updated by Schwarz Lionel about 12 years ago
When Jenkins sends a mail (after a build failure for example), there is a link to http://127.0.0.1 which is useless...
Updated by Brétel Foudil about 12 years ago
We only need to set the Jenkins Location and System Admin e-mail address parameters properly in config.xml during the project's creation.
Actions