-
Bug
-
Resolution: Fixed
-
Minor
-
None
I have a job which runs the following command;
sudo docker run d p ${Jenkins_PORT}:8080 -p ${Jenkins_TCP_PORT}:50000 --name ${Conatiner_name} -e TZ=Asia/Jerusalem -v /pciuser/tools/jenkins/${Conatiner_name}/jenkins-production:/var/jenkins_home --env JAVA_OPTS="-Xmx2048m" --env JENKINS_ARGS="-prefix=/jenkins" ${ImageID}
However, Jenkins is not starting with the Prefix:
HTTP ERROR 404
Problem accessing /jenkins. Reason: Not Found
any idea where I can see more info on why it's not working?