I am trying to migrate from hudson to jenkins. My intention was to keep the hudson server up and start jenkins on a new port and manually create jobs on the jenkins. However, when I install jenkins using sudo apt-get install jenkins
, hudson is uninstalled.
Is there a way to keep both running?
I tried to install hudson using sudo apt-get install hudson
after jenkins removed it; in an attempt to keep both running. But installing hudson also removes jenkins and I am back to square 1.