0

I am using macOS BigSur and I want to run 2 Jenkins server with different ports on it. I downloaded Jenkins using homebrew. Is there a way for it? How can I do that?

AqeelAsks
  • 5
  • 5

1 Answers1

0

Go in the jenkins.xml file and change that port, for more info see, dpends on how do you launch jenkins:

Vokail
  • 630
  • 8
  • 27
  • okay, I understand how to change the port now, what about having multiple Jenkins CI servers on one machine, how to go about that?\ – AqeelAsks Jun 15 '21 at 06:12
  • depends on how do you run jenkins (as service, by command line,etc.. ) just copy the folder or create new instances on different ports – Vokail Jun 15 '21 at 06:14