MENU

Fun & Interesting

DevOps Training - Jenkins for Beginner's

Learning-for-future 98 lượt xem 1 month ago
Video Not Working? Fix It Now

This Video covers
How to create EC2 Instance
How to Connect to EC2 Instance
How to Install Jenkins
How to Create FreeStyle Jobs using Jenkins
FS - To Execute LinuxCommands
FS - To checkoutGit through Jenkins
FS - Maven Life Commands

https://www.jenkins.io/doc/book/installing/linux/#debianubuntu

sudo apt update
sudo apt install fontconfig openjdk-17-jre
java -version



Enable the Inbound rule for the Jenkins-Server : 8080

cat /var/lib/jenkins/secrets/initialAdminPassword

FS - To Execute LinuxCommands
FS - To checkoutGit through Jenkins
FS - Maven Life Commands



sudo systemctl status jenkins
sudo systemctl start jenkins
sudo systemctl stop jenkins

Access the Jenkins Page after entering the password.


mvn validate
mvn compile
mvn test
mvn package
mvn verify
mvn install

https://maven.apache.org/install.html
APT
sudo apt install maven

#freshers
#passout
#devops
#jenkinstutorial
#jenkinspipeline
#collegepassout

Comment