jenkinsjenkins-pipelinejenkins-pluginsjenkins-groovyjenkins-cli

Change jenkins ip address


I have jenkins installed on vagrant and working fine. Whenever I change my location jenkins won't start even though its status is running! I want to know how to resolve this issue because I'm always on move and can't stay in the place where I configured jenkins for the very first time. thanks

I tried to see if I can change something in config file but didn't work


Solution

  • I finally found the solution by removing the ip field in config.vm.network "public_network", ip "my ip" in the vagrant file.