Jenkins Tutorial |Git,Java,Jenkins,Maven Integration on Windows

Опубликовано: 13 Октябрь 2024
на канале: Aws tutorial for beginners With Devops
1,021
15

Jenkins Tutorial |Git,Java,Jenkins,Maven Integration on Windows

Jenkins Tutorial for Beginners - On Windows Git,Java,Jenkins,Maven | Devops Tutorial For Beginners

Now will see
How to install git,java,maven,jenkins download and installation
also how to configure in windows...

Jenkins installation in windows,jenkins tutorial for beginners,jenkins job creation,
jenkins jobs tutorial,jenkins jobs builder,builder tutorial,jenkins create new job,jenkins job,
devops jenkins tutorial,git for windows 10,git on windows 10

1.Git downloaded from https://git-scm.com/download/win
2.24.0 version...

Install now.

Check git version in git bash

git version.
git config --global --list
git config --global user.name "ranga"
git config --global user.email "[email protected]"
git config --global --list
cat .gitconfig

2.Now download and install java
java development kit downloads
https://www.oracle.com/technetwork/ja...
accept the licence and download jdk-13.0.1_windows-x64_bin.exe file

install it...
check it....with CMD
java -version

3.Now restart the pc.

4.Now configure java
Go to c drive / program files /java /jdk
copy the path...C:\Program Files\Java\jdk-13.0.1
search environment variables
to complete setup java...do this
to check the java setup or not...
java -version
javac -version

5.Maven installtion....
goto maven.apache.org
extract the .zip file to local disk C.
copy the maven path
C:\Dev Tools\apache-maven-3.6.2 this path to add new

C:\Dev Tools\apache-maven-3.6.2\bin this path to add in path

Goto command prompt and verify
mvn -version
echo %M2_HOME%

6.jenkins installation
goto jenkins.io
https://jenkins.io/download/thank-you...

Create job/item
created a job
after creating the job goto jenkins dashboard
One ball is in grey colour that means not started...
blue colour indicated the build succesfull...

will create another myjob2 with error syntax.
build fails/weather storms = build fails... ball status in red colour.
\

Jenkins Tutorial
Devops Tutorial For Beginners
Jenkins Tutorail For Beginners

Jenkins Maven Project Part - 2 | Devops Real Time Project Scenations | Devops AWS Tutorial
Jenkins Tutorial | Devops Real Time Project | Jenkins Project Part - 2
#Jenkins
   • Jenkins Tutorial | Devops Real Time P...  

Jenkins Maven Project Part - 1 | Devops Real Time Project Scenations | Devops AWS Tutorial
Jenkins Tutorial | Devops Real Time Project | Jenkins Project Part - 2
#Jenkins
   • Jenkins Project (In Windows) - Plugin...  

Jenkins Maven Project Part - 1 | Devops Real Time Project Scenations | Devops AWS Tutorial
Jenkins Tutorial | Devops Real Time Project | Jenkins Project
#Jenkins
   • Jenkins Tutorial |Git,Java,Jenkins,Ma...  

That's it for today...Thanks for watching...Please subscribe and share/like...