How To Create Jenkins Job With Parameter | Jenkins Parameterized Build

How To Create Jenkins Job With Parameter | Jenkins Parameterized Build

Mukesh otwani

3 года назад

31,774 Просмотров

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


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

charan T
charan T - 05.09.2023 17:33

Sir, the file we uploaded from jenkins required to come in git hub project folder. How to do that?

Ответить
All about space by Arjun
All about space by Arjun - 19.06.2023 08:38

How to fetch password parameter value in another paramter, such as in Active Choices Reactive Parameter

Ответить
Shyam Sharma
Shyam Sharma - 07.11.2022 13:29

hello sir
its very informative video

Ответить
Abhishek Bhardwaj
Abhishek Bhardwaj - 08.09.2022 18:12

awesome

Ответить
piyush patil
piyush patil - 28.04.2022 11:12

Hi sir i am using 2 pipelines and trying to pass parameter from one pipeline to other using the postbuilt action pass parameters but the second pipeline accepting the defailt value of parameter from first pipeline only not taking the overriden values

Ответить
rashmi gupta
rashmi gupta - 10.04.2022 21:25

Very nicely explained sir

Ответить
sudhakar thangavelu
sudhakar thangavelu - 28.03.2022 08:17

Hi Mukesh, How to configure the Jenkins parameter into selenium project

Ответить
Paras Joshi
Paras Joshi - 11.03.2022 20:30

Hi mukesh how to do this with cucumber ..how i can run specific test case of cucumber in jenkins pls help. Thanks in advance

Ответить
Premadhas
Premadhas - 13.12.2021 10:16

@Mukesh otwani
Ho we can pass multiple/list of values to a parameter? For example i have a shell script for which i need to pass list of ID's to a ID parameter and script will fetch the scripted values as an output. In this case how can i pass multiple input values?

I have tried string and ,Multi line string parameter options but they just come out after first ID execution complete.

Ответить
Pradeepkumar Venkata
Pradeepkumar Venkata - 09.11.2021 10:47

Could you please help me in below?

How can i use the Build_Id of job1 and display in mail of JOb2?

Ответить
Rajesh RK
Rajesh RK - 31.08.2021 16:58

Hi Mukesh, Its Really helpful. Could you please tell me how to add timeout for cloning git repo. My git repo has many files which will take around 1 hr for cloning. Since Jenkins timeout is just 10 minutes. i have tried below pipeline script. But its not working.

pipeline {
agent any
options {
timeout(time: 80, unit: 'MINUTES')
}
stages {
stage('Git Clone') {
steps {

git branch: "${Branch}", credentialsId: '2121', url: "${GitUrl}"


}
}
stage('build') {
steps {
bat "{$BATCommand}"
}
}
}
}

Ответить
Jeevan Reddy
Jeevan Reddy - 26.07.2021 17:41

Hi Mukesh, how do we pass multiple values under password parameter. Suppose my password is "test 123", what is the best way to pass it as parameter?

Ответить
A Manoj
A Manoj - 27.05.2021 19:48

Hi mukesh .. why do not you show how to execute python test cases using jenkins in both linux and windows envirtonment ??it will be so helpful mukesh to us .. hope you make soon ..

Ответить
PRAVEEN MALVIYA
PRAVEEN MALVIYA - 04.05.2021 17:57

How to pass those parameters to properties file or in .robot file..... Suppose i am changing environment and running in different environments with username and password....

Ответить
kishor chavan
kishor chavan - 04.05.2021 17:15

👏👏

Ответить