how to change port number for Jenkins installation In Ubuntu 12.04

前端 未结 5 1537
星月不相逢
星月不相逢 2021-02-02 07:52

I am trying to install jenkins in ubuntu. I have followed the commands below:

wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | apt-key add -

e         


        
5条回答
  •  时光说笑
    2021-02-02 07:56

    step 1 : sudo nano /etc/default/jenkins open the nano file And change HTTP PORT:8080 to HTTP PORT : 8081

    CTL+X and Click Y and ENTER

    PORT will changing from 8080 to 8081 restart the jenkins

    sudo service jenkins restart

提交回复
热议问题