you can pass a CSV file as a parameter or download it from a bucket or something and you can read it with https://www.jenkins.io/doc/pipeline/steps/pipeline-utility-steps/#readcsv-read-content-from-a-csv-file-in-the-workspace so if you convert that excel file to CSV you could read it.
El miércoles, 1 de julio de 2020, 21:44:59 (UTC+2), Devops-warrior escribió: > > I have a job which will deploy web, app and DB servers into AWS cloud. As > of now we are taking Ip's for each server from Network team and passing > manually in build paremeters. Can someone help me? how to pull parameters > from excel sheet and pass it on to jenkins job. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/04961702-ac5a-4d2f-8a04-dd33454e7faco%40googlegroups.com.
