Website Deployment using Kubernetes through Jenkins using Groovy script.
Tag: Jenkins
Install Jenkins on Ubuntu Machine
We've already seen introduction to Jenkins, Architecture, Sample Pipeline and other stuffs. In this post we will be seeing how you can install Jenkins on Linux machine: Ubuntu. Login to your Ubuntu machine and run below commands. Since Jenkins is a Java application, the first step is to install Java. sudo apt update sudo apt … Continue reading Install Jenkins on Ubuntu Machine
Install Jenkins inside Apache Tomcat
In this post we will be installing Jenkins inside Apache Tomcat. In this first we will be installing Java on our server then Tomcat and then jenkins.
Jenkins Introduction
We've already seen what is DevOps, In jenkins introduction tutorial I will be introducing you to Jenkins and deep dive into the depth of Continuous Integration using Jenkins. Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.
You must be logged in to post a comment.