Install Jenkins on Ubuntu

sudo apt update
sudo apt install default-jdk default-jre
javac
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sudo sh -c "echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list"
sudo apt update
sudo apt install jenkins
sudo service jenkins start
sudo service jenkins status

Open Browser and hit following url

http://localhost:8080/

To view default initial password

sudo cat /var/lib/jenkins/secrets/initialAdminPassword

Install recommended Plugins. Make sure Git Plugin is installed

Username: admin
Password: Shift + 5
Full name: Administrator

Jenkins URL: http://localhost:8080/
Or
http://youripaddress:8080/
Or
http://yourdomain:8080/

Create New Item (New project for build)

Create release_project.sh file

rsync -av --exclude-from='.releaseignore' <src_dir_path> <dest_dir_path>

Add files and directories entries in .releaseignore file to skip rsync

node_modules
.git
private_documents

After creating freestyle project if you face any permission issue then try one of the following solutions

sudo su -
vim /etc/sudoers

Add following entry at end of file

#add jenkins as sudoer
jenkins        ALL=(ALL)       NOPASSWD: ALL

OR add user to the group

sudo usermod -a -G sudo jenkins

Ref:
medium.com
stackoverflow

31 Replies to “Install Jenkins on Ubuntu”

  1. Hey There. I found your blog using msn. This is a really well written article. I’ll make sure to bookmark it and come back to read more of your useful information. Thanks for the post. I will certainly comeback.

  2. My brother recommended I might like this blog. He was totally right. This post actually made my day. You cann’t imagine just how much time I had spent for this information! Thanks!

  3. Magnificent goods from you, man. I have understand your stuff previous to and you are simply extremely magnificent. I actually like what you’ve bought here, really like what you’re stating and the way in which in which you are saying it. You make it entertaining and you still care for to stay it wise. I can’t wait to read much more from you. That is really a wonderful web site.

  4. This is very interesting, You’re a very skilled blogger. I have joined your feed and look forward to seeking more of your magnificent post. Also, I’ve shared your web site in my social networks!

  5. Hello there! I simply want to offer you a huge thumbs up for the great info you’ve got here on this post. I’ll be returning to your blog for more soon.

  6. I’m not sure why but this site is loading extremely slow for me. Is anyone else having this issue or is it a problem on my end? I’ll check back later on and see if the problem still exists.

  7. For those seeking an exceptional online gaming experience, us.com](https://maxispin.us.com/) stands out as a premier destination. At Maxispin Casino, players can enjoy a vast array of pokies, table games, and other thrilling options, all accessible in both demo and real-money modes. The casino offers attractive bonuses, including free spins and a generous welcome offer, along with cashback promotions and engaging tournaments. To ensure a seamless experience, Maxispin provides various payment methods, efficient withdrawal processes, and reliable customer support through live chat. Security is a top priority, with robust safety measures and a strong focus on responsible gambling tools. Players can easily navigate the site, with detailed guides on account creation, verification, and payment methods. Whether you’re interested in high RTP slots, hold and win pokies, or the latest slot releases, Maxispin Casino delivers a user-friendly and secure platform. Explore their terms and conditions, read reviews, and discover why many consider Maxispin a legitimate and trustworthy choice in Australia.
    It features advanced tools to produce distinctive and engaging textual content.

    **Features of MaxiSpin.us.com**
    Additionally, the platform offers a built-in editor for making real-time edits to achieve optimal results.

    **Benefits of Using MaxiSpin.us.com**
    This conservation of time and resources allows businesses to concentrate on other vital areas of their operations.

  8. Thanks for another great post. Where else could anyone get that kind of info in such an ideal way of writing? I’ve a presentation next week, and I’m at the look for such info.

  9. For those seeking an exceptional online gaming experience, us.com](https://maxispin.us.com/) stands out as a premier destination. At Maxispin Casino, players can enjoy a vast array of pokies, table games, and other thrilling options, all accessible in both demo and real-money modes. The casino offers attractive bonuses, including free spins and a generous welcome offer, along with cashback promotions and engaging tournaments. To ensure a seamless experience, Maxispin provides various payment methods, efficient withdrawal processes, and reliable customer support through live chat. Security is a top priority, with robust safety measures and a strong focus on responsible gambling tools. Players can easily navigate the site, with detailed guides on account creation, verification, and payment methods. Whether you’re interested in high RTP slots, hold and win pokies, or the latest slot releases, Maxispin Casino delivers a user-friendly and secure platform. Explore their terms and conditions, read reviews, and discover why many consider Maxispin a legitimate and trustworthy choice in Australia.
    The user-friendly nature of the platform ensures it is accessible to all users.

    **Features of MaxiSpin.us.com**
    The platform also provides a strong spin-text generator, letting users easily produce distinct versions of their content.

    **Benefits of Using MaxiSpin.us.com**
    The platform is both cost-effective and efficient, offering premium content at a fraction of the cost of conventional methods.

  10. If some one needs expert view concerning blogging and site-building then i advise him/her to visit this webpage, Keep up the pleasant job.

  11. Thank you for every other wonderful post. Where else could anyone get that kind of information in such a perfect approach of writing? I’ve a presentation next week, and I am on the look for such info.

  12. Hey there, You’ve performed a great job. I will definitely digg it and in my view suggest to my friends. I’m sure they’ll be benefited from this website.

  13. Hello just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Chrome. I’m not sure if this is a format issue or something to do with web browser compatibility but I figured I’d post to let you know. The design look great though! Hope you get the problem resolved soon. Thanks

Leave a Reply

Your email address will not be published.