Build a simple Maven project using Jenkins | How to configure Git project with Jenkins

preview_player
Показать описание
Agenda:
Understating the sample maven java project
Configuring GIT and GITHUB repository in Jenkins
Creating a Maven build and test
Generating the maven build artifacts in Jenkins build log.

What is Jenkins | Why do we Use Jenkins

Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.

Few of the features that Jenkins provide:

Continuous Integration
Continuous Building
Continuous Deployment/Delivery
Continuous Testing
Continuous Monitoring
Configuration Management

***********************************************************

Video showing how to install Jenkins:

Installing Jenkins using Docker Images

Jenkins Official Image: jenkins/jenkins: latest

Command to run docker image and install Jenkins:
docker run –d -p 50000:50000 -p 8080:8080 jenkins/jenkins:lts

***********************************************************

Video Showing how to Install DOcker:

***********************************************************

How to add proxy settings to Maven configuration?

***********************************************************

My GITHUB Repo Path:

Maven understanding documentation:
Рекомендации по теме
Комментарии
Автор

The way you explained is really appreciable. Considering each and every point you covered it so nicely. Thank you!

abhishekkeshari
Автор

Dude, the video was great and you explained each and every step. Nice

karandeepkapoor
Автор

Thanks man ! Only your video helped me understand better

arvindhr.a
Автор

Great explanation, thank you for sharing the video!

rohitdalvi
Автор

Thanks for this video. Pls keep posting devops n cloud

Gurudev
Автор

Very good video.. It helped a lot. Thanks

gomtiprabha
Автор

Thanks
It was very helpful.
I have a question. How can I do the Build in Product Line software using Jenkins?

henringaha
Автор

Can you add one more video by configuring jfrog into maven build

kalyankkk
Автор

Hi can u provide link to access your maven project

HarishKumar-cmus
Автор

i got this error
[Maven_Project1] $ /bin/sh -xe
+ java -cp target/classes com.mycompany.app.App
Error: Could not find or load main class com.mycompany.app.App
Build step 'Execute shell' marked build as failure
Finished: FAILURE

adinathdhamdhere