jenkins.io
jenkins.io copied to clipboard
End-to-End Multibranch Pipeline Project Creation
Problem with: End-to-End Multibranch Pipeline Project Creation, source file
I followed the tutorial step by step, but I cannot access the application on https://localhost:3000 only port 50000 that was published is accessible. Any suggestions!
Thanks for the report!
I suspect that the command which launches the Jenkins master in a Docker container needs to be extended to open ports 3000. That will require some additional logic in that section of the document (I believe) since it is used on other tutorials where port 3000 does not need to be opened.
Hey if no one is working on this, i would like to work on this
I believe that I ran that tutorial not long ago on a Linux computer and had no issue. However, I'd love to have you perform the tutorial @Vandit1604 and see if you can duplicate the problem.
I'll start working on it
I found out why the author of this issue was not able to run on port
- to run on port 3000 he needs to publish on port 3000 on step 5 of running Jenkins in Docker on Windows and On Mac & Linux
- In order to do that he would also need to change the
docker:dind--publish port on step 3. As already that container is running on 3000.