⚡ More such videos - Learn and Share ⚡ ✅ How to setup Jenkins on Windows with (.war) and (.msi) files | Setup Java , Git and Maven on Windows - kzbin.info/www/bejne/rKWYZpRtgMyIipI ✅ Different ways to Run Maven project from the Jenkins | Pass Runtime parameters via Maven Command - kzbin.info/www/bejne/sKuzpmSbYpadiqM ✅ Extended choice parameters - How to use Groovy Script File in Jenkins parameterized jobkzbin.info/www/bejne/j4HXZqyobsmSr80 ✅ Jenkins parameters| Jenkins Parameterized build practical examples| Build Jenkins Job with Parameterkzbin.info/www/bejne/e3WqoGptopdqfJY ✅ Enable project-based Authorization |Restrict Manage Jenkins,Delete/Configure job option @ user levelkzbin.info/www/bejne/b6PTdIONlKmlqrM ▶ Jenkins Tool Series ▶ kzbin.info/aero/PLlc_LrU50tljcyDeTK9JfVpmPyaigzXua
@Itsme1n1ly2 жыл бұрын
Can you help, How to select the values from CURL response instead of property file?
@AJAUTOMATION2 жыл бұрын
try to save output of sh script in to a variable using def = sh(your Curl script, returnStdout: true) and see if we can re use that varable's value in your scenario with $ {variable name}
@Rubin.MathewАй бұрын
is it possible to create this in jenkinsfile
@talari1232 жыл бұрын
hi , how to select both automation jobs (regression + sanity) with test cases, i mean multiple automation jobs with corresponding test cases ??
@AJAUTOMATION2 жыл бұрын
U mean to trigger 2 jobs simultaneously with preselected testcases that can be done by trigger or jenkins dependency. All testcases options and default testcases for a perticular job can be done with groovy script or properties file...
@creativethinker9262 жыл бұрын
Hi , I have a question. I need a textbox where either user can input data or he can select from active choice parameters. How can we achieve this?
@AJAUTOMATION2 жыл бұрын
We cannot have manual entry or drop down options selection for same parameter, Can have either one of them..
@bashainfosys Жыл бұрын
Hi we have 120 applications to scan. in Jenkins we have parameters like application prod url, pre-prod url and application code. Once we provide the data and then build . can we have option to set cron job for every application with default parameters? i mean once we input the prod and pre-prod url and application number, can we get the option to set the cronjob with the same values after 1 week or 1 month? in simple words can we set cronjob for parameterized jenkins job .
@mehakjuneja79042 жыл бұрын
These parameters don't seem to be working when the Jenkins Pipeline Job is scheduled. Can you please help to get them working for the scheduled pipeline job (not manual triggering)?
@AJAUTOMATION2 жыл бұрын
Will chk for scheduled jobs @mehak...
@wolficool11 ай бұрын
how can i add to enter also manually a value??
@sesharatnamvedurupaka208810 ай бұрын
Without using groovy script how can I write using pipeline
@AJAUTOMATION10 ай бұрын
You can try to implement with Pipeline project and Pipeline script
@sriharirajup29872 жыл бұрын
what's the fun in adding array[0],array[1].. array[n].. its almost static code not dynamic
@himabindukowtarapu90492 жыл бұрын
How we Will pull the data from URL
@AJAUTOMATION2 жыл бұрын
I did not get your question.. can u plz provide more details
@rameshkumarr_72 жыл бұрын
How to hide the parameter name and option depending on the selection of 1st parameter? Ex: if selecting option A it should prompt you to ask 'yes/no' if selecting option B no prompt and it has hide the second parameter name and values
@AJAUTOMATION2 жыл бұрын
In current features provided by the Jenkins we cannot hide any parameters...
@rameshkumarr_72 жыл бұрын
@@AJAUTOMATION thank you for the response
@kkMishra5852 жыл бұрын
how to pass multiple testng1.xml,testng2.xml both via selected in jenkins. i tried it get an error.pls help
@AJAUTOMATION2 жыл бұрын
Hi @krishankumar, Plz try --👉 return['testng1.xml:selected','testng2.xml:selected']