Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#449 closed task (fixed)

Make Jenkins available under port 80/443

Reported by: landauf Owned by:
Priority: minor Milestone: IT: Server Setup
Component: IT Version:
Keywords: Cc:
Referenced By: References:

Description (last modified by landauf)

To fully integrate Jenkins (running on orxonox.net:8080) in our website, it would be good if we can make it available on port 80/443. I don't know what works best, but in general I'd like to have one of these options:

  • orxonox.net/build
  • orxonox.net/jenkins
  • build.orxonox.net
  • jenkins.orxonox.net

Note: I don't want a browser forwarding to orxonox.net:8080. It should be fully accessible under the standard http(s) port because in some places (e.g. here at work) port 8080 is blocked.

Do you think that's possible?

Change History (2)

comment:1 Changed 8 years ago by lferran

  • Resolution set to fixed
  • Status changed from new to closed

The redirect is done following these links:

https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache

https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins

So far, it's only done for http! https redirect will be done when corresponding ticket is addressed.

I also changed the corresponding links for the navigation bar in the trac.ini

comment:2 Changed 7 years ago by landauf

  • Description modified (diff)
Note: See TracTickets for help on using tickets.