jenkins.io icon indicating copy to clipboard operation
jenkins.io copied to clipboard

End-to-End Multibranch Pipeline Project Creation

Open alaaseada opened this issue 5 years ago • 5 comments

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! 1 2 3

alaaseada avatar Apr 09 '20 12:04 alaaseada

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.

MarkEWaite avatar Apr 09 '20 12:04 MarkEWaite

Hey if no one is working on this, i would like to work on this

Vandit1604 avatar Jan 21 '23 19:01 Vandit1604

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.

MarkEWaite avatar Jan 23 '23 19:01 MarkEWaite

I'll start working on it

Vandit1604 avatar Jan 24 '23 11:01 Vandit1604

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.

Vandit1604 avatar Jan 25 '23 15:01 Vandit1604