Jenkins Tutorial For Beginners 5 - Creating First Jenkins job

preview_player
Показать описание
In this video I am going to show how to create your first Jenkins job and understand its options.
How to run a script as root in Jenkins On Linux?
$ sudo gedit /etc/sudoers
Use NOPASSWD line for all commands, I mean:
$ jenkins ALL=(ALL) NOPASSWD: ALL
Put the line after all other lines in the sudoers file.

Jenkins is an open source automation server written in Java.
Jenkins detects changes in Subversion/GIT..., performs tasks, repeatedly such as Build, Test, Deploy, Package, Integrate..

Jenkins plugins extensibility makes Jenkins to adapt to many systems. Jenkins provides everything for a robust continuous integration system which helps a lot for team that practice Agile
Jenkins continuously providing access to the working copies of software which supports the Agile principle.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

wonderful illustration on basic Jenkins build I have ever seen for a beginner like me. The author is excellent in walking you thru the Jenkins Menu and explaining everything step by step.
My friend your are the best !!!. I really really appreciate your teaching. I will be following all your tutorials on Jenkins. my personal gratitude and Thanks to you. I will buy you a dinner if your ever come to Colorado. I really mean it.

mathewkargarzadeh
Автор

First of all.. tySm sir...& I think this channel is the besT 👍🏻 channel ever for Jenkins....

onkardalvi
Автор

thanks you very much sir more information compare to udmy

SunilKumar-ohpe
Автор

One small query, how to make Jenkins look directly some other folder instead of Workspace.

WeLoveKtr
Автор

Hi, as per the video I installed Eclipse and created a java project but couldn’t run this in Jenkins under the option”execute windows batch command”. I don’t know if I am giving a wrong command.Please help

sheejathomasvarghese
Автор

I try with sudo command to run Hello World Code in Windows 10 version. It doesn't work. Would you please tell us about the Windows version? How to use Jenkins in Windows?
Thanks in advance.

MdShofiqul
Автор

Why do we need to use linux on a VM to do this course? Can't Jenkins be used on windows? Can't the foucs be on Jenkins and not linux?

AR_Sarv
Автор

hi ! thanks for the video ! i tried to reproduce your example, however i got an error message :/ 2: cd: can't cd to /Users/username/javaFiles", how to resolve it please??!!

thourayasboui
Автор

The sh file doesnt work for mac. I am using a Jenkins within Dockers on Mac. The cd part doesnt work.

mailrbn
Автор

that java & javac commands are getting errors for me

loverebel
Автор

And what if i want to build a C or C++ program (a basic hello world). I tryed to do it with basic gcc and g++ commands to replace the ones from your video (javac) but Jenkins sais that gcc is not found, so it does not recognize this command. Can someone help me out how to get Jenkins to know these ? My jenkins is running from a docker container on Linux Mint.

davidyrslf
Автор

i could not get "sudo gedit /etc/sudoers" that command what am i suppose to do?
i am getting this "sudo: gedit: command not found" how can i fix that ?

anarrustamov
Автор

It doesn't work for me .I gave the right path of my porject but it couldn't be found .
I'm using Windows 7.
Thanks

papadiaby