Friday, February 7, 2025

Updating-jenkins-url: CLI and GUI approaches.

Update Jenkins URL in the Jenkins: CLI

 (command line Interface)


Double-click on the image to zoom-out ...Larger.

To return to Home page: Refresh Page or Take ESC Button on Keyboard.

Update Jenkins URL in the Jenkins UI (GUI)

Step 1: Access the Jenkins Dashboard

  1. Log into Jenkins with admin privileges.

Step 2: Update Jenkins URL

  1. Go to Manage JenkinsConfigure System.
  2. Scroll down to the Jenkins URL section.
  3. Update the Jenkins URL with the new IP address or domain name.
    • Example: http://new-ip-address:8080/ or https://jenkins.yourdomain.com/
  4. Click Save.

Important: This will update the URL Jenkins uses to refer to itself. Ensure your Jenkins instance is accessible at the new IP address before changing this.

Restart Jenkins

After updating the config.xml or other relevant files, restart Jenkins for the changes to take effect.

sudo systemctl restart jenkins

No comments:

Post a Comment

AWS App2Container (A2C) I Overview.

AWS App2Container (A2C) Overview AWS App2Container (A2C) is a command-line tool that helps enterprises modernize legacy applications by...