Jenkins Beginner Tutorial - Tips 1 💡 How to Parameterize job in jenkins

preview_player
Показать описание
Step 1 : Start Jenkins
Step 2 : Create a new freestyle job
Step 3 : Parametrize job
Step 4 : Run and validate

syntax
Windows - %parametername%
*nux/mac - $parametername
${parametername}
"${parametername}"

Like, Share and Subscribe,
Raghav .
.
________ ONLINE COURSES TO LEARN ________

------------ Follow ------------
Рекомендации по теме
Комментарии
Автор

i saw that video 2 years ago and liked it

today i needed to do it again and forgot how to, came here, and you cleared my mind again, youre a god

caiocssta
Автор

Raghav bro what can I say, ,, Thanks for the showing the choice parameter option ... I am implementing it in by project :)

karthicr
Автор

Hi Raghav, I loved watching your videos to gain knowledge. Completed most of the Jenkins tutorials and got good insight to it. can you please plan to add contents for AWS or Azure to learn from scratch..that will be awesome!!!

coolsihu
Автор

For the audience, a possible real valid scenario is for example Spring Testing, where the profile is set or defined through terminal/console. I normally do this through Gradle. I am assuming in Maven should works too.

ManuelJordan
Автор

nicely explained ! Surprising that there is no date picker here. Can you make one on same ?

nachiketa
Автор

Morning I will start your videos... thanks a lot for your help..

raghavayoga
Автор

what should I learn jenkins DSL or pipeline?
and what difference between the two?
I did not understand the difference, although I searched in google.

jonestako
Автор

Hello brother... Great to have useful videos!!!..
I have a big doubt on jenkin build jobs...
I am expecting a video from you that in a realtime scenario when they perform parameterized build and when they perform poll scm, when they perform git webhook... Can you plzz make a video on this questions?

nagendrajosh
Автор

@Raghav, I like your way of teaching in a practical way. Can you pls make videos on Ansible as well.

padmanabhamnooka
Автор

Thanks again for this tutorial Raghav. Can you please add jenkins working with dockers?

fabioloureiro
Автор

useful info. there r different parameter types. could u explain where to use that different parameter types.thankyou

gopich
Автор

Hello Raghav, Thank you for the tutorial on Jenkins, your videos are really good, which helps individuals like me, I have a question, I am trying to setup Jenkins at workplace, as part of the build process I need to map a drive using "subst" windows batch commands, however, this is not working on Jenkins, could you provide a clue why and provide the solution to map a drive on Jenkins.

Thank you.

prasadnagula
Автор

Hi Raghav.Nice tutorials.i need help in trigger 2 down stream jobs.Can you please help me.

sravantipolaki
Автор

Suppose my test should run atleast 1 hour then after completeing 1 hour it will stop automatically is that supported in jenkins

jyotiagrawal
Автор

Hi Raghav, can you tell me how to pass integer only as a parameter and not any other number type?

sajalagrawa
Автор

Hi @Raghav, I like your videos. I have a doubt, I need to pass multiple values in a string (String parameter) and I need to store the values of that string to array and print it in console. How can I do it?

chaitanyachandu
Автор

Great explanation bro. Good job. Thank you

surajthallapalli
Автор

Hi Raghav, Can you please do tutorials for Docker and any configuration management tool like Puppet. I am sure I can master those with your tutorials. Thanks a lot once again.

dreamcatcher
Автор

Thanks Again Raghav, Is it possible for creating such awesome video jenkin with docker too.

bharatvarshney
Автор

Hi Raghav Can u make a video to run selenium tests on CI CD pipeline. Is this is the standard way to run automated tersts in Organisations?