YPYashwanth Perliindevopsdays.hashnode.dev·Jan 23, 2023 · 1 min readHow to Change The Jenkins Default Port NumberTo change the port that Jenkins runs on in Ubuntu, you can follow these steps: Open the Jenkins configuration file, located at /etc/default/jenkins, in a text editor. Locate the line that begins with HTTP_PORT and change the number to the desired p...00
YPYashwanth Perliindevopsdays.hashnode.dev·Jan 16, 2023 · 2 min readInstall Jenkins on Ubuntu 22.04 LTSJenkins is a popular open-source tool for continuous integration and continuous delivery that can help automate the building, testing, and deployment of software. In this article, I will show you how to install Jenkins on an Ubuntu 22 machine. Before...00