How to create 2 servers on 1 Local Machine without docker

Hi, I have 2 Unity projects and I want to seperate their build pipeline in each port. I try to use docker but setting up Unity in docker is not supported and if there are any bugs when building using Unity, I don’t think it’s easy to debug this way.

So I think of a way to run 2 instances of Jenkins, with different JenkinsHome folder on different ports. Is that reasonable? If it’s a yes, what CLI for MacOS I need to use?

Thanks for your concerns