Jenkins Beginner Tutorial - Tips 4  How to create Parameters - CHECK BOX, DROP DOWN, RADIO BUTTON

Jenkins Beginner Tutorial - Tips 4 How to create Parameters - CHECK BOX, DROP DOWN, RADIO BUTTON

Automation Step by Step

6 лет назад

32,177 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@surisurendrababu
@surisurendrababu - 02.01.2023 21:03

Hi raghav any idea on pipeline which will send email to teamlead for checklist that all the parameters checked or not and the team lead accepts the email with checkboxes then build should be successfull ..

Any guidance for doing this

Ответить
@antifragile
@antifragile - 09.08.2022 10:09

Thanks!

Ответить
@harshitamittal175
@harshitamittal175 - 25.05.2022 16:30

Hi Raghav, i had made jenkins pipeline instead of job with active and reactive parameters.. now i need to take output of the checked parametes in a file.. can u please suggest how can indo that

Ответить
@vamsik3693
@vamsik3693 - 06.02.2022 13:33

Hy Raghav, I have a question. I have to add few string parameters like url , apikey for QA and prod. How can I display the parameters URL, APIkey based on environment? i.e if I select QA from dropdown, I have to get only QA URL only in build parameters page

Ответить
@vijaysawant36
@vijaysawant36 - 29.06.2021 10:51

How to create Parameters - CHECK BOX, DROP DOWN, RADIO BUTTON with the help of "groovy" file?

Ответить
@ramsai09
@ramsai09 - 28.05.2021 20:23

Hello Pal, if I need select all button, wt shuld I do? How do I get select all option?

Ответить
@chandrashekars9855
@chandrashekars9855 - 24.05.2021 19:37

Thanks Sir

Ответить
@trido3815
@trido3815 - 12.10.2020 20:51

Hi Raghav, Thanks for the tutorial. It is greatly helpful. In the classic form, it works great, however, it does not work (not compatible) on the "Open Blue Ocean" form. Do you have any suggestion? Thanks.

Ответить
@nemakalsudhirchakravarthi4311
@nemakalsudhirchakravarthi4311 - 04.07.2020 21:15

That's so use full

Ответить
@hugodeluna2161
@hugodeluna2161 - 20.03.2020 21:49

Sir, thank you very much for sharing. This will help me greatly.

Ответить
@rajeshnaidu3280
@rajeshnaidu3280 - 16.10.2019 23:35

Hi sir how to take input from user in jenkins
Means user should enter input parameter

Ответить
@kaverimanchala5612
@kaverimanchala5612 - 21.02.2019 17:46

sir how to set url for UIT,SIT,PROD

Ответить
@karunakart9309
@karunakart9309 - 24.01.2019 20:16

Thanks Raghav.. this video saved lot if time.. cheers

Ответить
@nandupatil8101
@nandupatil8101 - 28.10.2018 05:18

good. u made my day. thanks

Ответить
@worldinformation7856
@worldinformation7856 - 22.08.2018 01:19

Hi Raghav ,
Your way explanation is superbbb. thank you

Ответить
@AmitSharma-np9xo
@AmitSharma-np9xo - 18.07.2018 20:46

Hello,
I have a job that creates and assembles the .ear directory using ant script. The ant script saves that .ear into a <version> directory on the Jenkins server. Every time, this jobs runs, it creates a new version sub directory and would store the .ear in it.

For example - $base_dir/$build_num

Now, my requirement is to deploy the .ear which is stored in the latest <$build_num> directory. Using a Jenkins job, I want to show up these $build_num in a drop down and select them as part of the deployment process.

Can you construct an idea to achieve this task? Any help is greatly appreciated.

Ответить
@raj-cm1sg
@raj-cm1sg - 24.06.2018 03:01

Hi Raghav ,

You are great job by sharing knowledge .

On this series of videos on parameters , You have not explained when and where this parameters are used . Please explain usage . How these are usefull and where.

Ответить
@ajaykrishna7401
@ajaykrishna7401 - 20.06.2018 12:51

Hi I have a doubt:: I have 2 pipelines, (pipeline A and B), pipeline A has completed its build and generated a file1, now i need to pass the o/p file1 of pipeline A as i/p to pipeline B how can i achieve this.

Ответить
@ajaykrishna7401
@ajaykrishna7401 - 20.06.2018 12:48

Hi Raghav, thanks for the videos, this is the place i started learning Jenkins thanks for uploading videos with very good examples.. and awesome explanation

Ответить
@abhishek02031988
@abhishek02031988 - 21.05.2018 18:22

Hello Raghav, thanks for the videos on Jenkins. Very good stuff.
I am learning Jenkins from your videos. Just wanted to know if you are making any video on master-slave concept. In one of your videos, you gave us an idea of how it is configured using nodes. So I was hoping if you are making any full-fledged video on this topic explaining the concept involved. If yes, please make one. Thanks.

Ответить
@VJ-Explore
@VJ-Explore - 01.05.2018 03:46

Hi Raghav,

I am the regular follower of your videos on video. The explanation is excellent, Thanks for this tutorial.

I am a beginner to Jenkins, I am using the testing application with Multiple environments DEV, CI, SIT etc. To run the testing application using Jenkins how can I use the parameter to call the application URL, since the URL of the application is different for DEV, CI and SIT environment using Jenkins parameters.

Can you suggest me or if you have tutorials please share with me.

Ответить
@amitbhardwaj1511
@amitbhardwaj1511 - 23.04.2018 17:51

Hi Raghav, I have one question, Is it possible to use parameters concept with master & slaves concept in Jenkins and divide the test cases among those slaves based in the parameter?

(For example: I have one test suite having 10 test cases in it and i have committed the same in GitHub/SVN and now i want to run those test cases in 2 different slaves 5 on each , how to do that?)

If there is any way to do so, i would love to know that(if possible please create the video on that)

Thanks,
Amit

Ответить
@piyushkumar2437
@piyushkumar2437 - 16.04.2018 07:09

Hi Raghav!!
I really liked your videos. I am actually using this extended choice parameter in one of my project which is in initial state. I am using the json parameter type option of this plugin. I am getting a hard time to access the parameter in shell basically not able to echo the parameters. In this json parameter type option, parameters are passed as the json and are not available using ${some_parameter_name}. I tried accessing it via groovy script but not able to fetch it. Could you provide an example or share a code snippet where we can access the json parameter type option parameters. Thank you :)

Ответить
@saurabhsharma2306
@saurabhsharma2306 - 27.03.2018 01:15

Hello Raghav, your explanation way is so Amazing. I have followed the lots of video from your chennal.. Actually i want to start my carrier in Devops profile. I have 6 years experience in java application support profile. So i want to append Devops profile in my professional carrier.
So please upload/Start video regarding AWS solution architecture, Ansible/chef, AWS python with boto3 and Devops Automation . Thanks for uploading postman tool video.

Ответить
@harikakasam
@harikakasam - 05.03.2018 00:17

Hey Raghav, Very well explained, thanks for the video, i would recommend you to add more videos and on different topics. choose one from SCM,CI & CD, testing, there are lot of tools, so explain atleast one from each stage(SCM, CI,CD,testing)

Ответить