I have Created 2 pipelines in JENKINS
- For starting automation on Virtual Machines – logs gets created from automation script in the VM
- for generate the report out of the logs
I have written a python script which will search for a keyword in these logs and create a csv report, where keyword is given in a separate file=> keyword.json.
I need the pipeline to display the file content from keyword.json so that user can edit this keyword before starting the GetReport pipeline, so that user can create the csv report file with different combination of keywords.
Tried input text – but displaying the file content is not working