Re: How can I pass the userName and password from jenkins

2019-07-13 Thread Ivan Fernandez Calvo
I understand that you want to run the same thing 100 times with different users, or something like that, so you have the easy one that it is to use a credential de type file where you store you current CVS file, in this case it does not change too much you current process, you retrieve the file

Re: How can I pass the userName and password from jenkins

2019-07-13 Thread Sanjay Kumar
Hi Ivan, Thank you for sharing the links, Sure I will look in it. Scenario: In my application, we have around 100 users with a different role, and currently maintaining in all 100user in a CSV file and reading from csv using java code and passing to selenium to login in application. But now I wan

How can I pass the userName and password from jenkins

2019-07-13 Thread Ivan Fernandez Calvo
Hi, Here you have a couple of links that explain you how credentials works https://jenkins.io/doc/book/using/using-credentials/ https://support.cloudbees.com/hc/en-us/articles/203802500-Injecting-Secrets-into-Jenkins-Build-Jobs Also, I’d recommend to take a look to the documentation https://je

How can I pass the userName and password from jenkins

2019-07-12 Thread Sanjay Kumar
Hi All, My current project is based on Cucumber+Java+Selenium+Maven. And I am reading *userName *and *password *from the CSV file. But I want to pass the *userName* and *password *from the Jenkins. Kindly help me how to do? Thank you in advance! Sanjay -- You received this message because y