-
Bug
-
Resolution: Fixed
-
Minor
-
Scheduled build plugin 0.3.4, Jenkins 1.635
I was trying to schedule a build with the schedule build plugin, but got a 404 error. After looking into it, I realized that the plugin was attempting to use port 80 for the build URL, but I am running my tomcat instance on port 8080. After correcting the URL to insert :8080 I was able to schedule the job as desired, although it did not redirect me to the jenkins site after doing so.
- is duplicated by
-
JENKINS-42060 If Jenkins is run on a port other than 8080, Schedule build lugin redirects to port 8080 and gives resource not found error
- Closed