devops - selenium- jira integration into jenkins

0 votes
I’m working on a devops project. I’m running a test script on selenium and a log file is getting generated. How to configure jira to read the log file generated by selenium?
Jul 12, 2018 in Jenkins by Nilesh
• 7,050 points
1,095 views

1 answer to this question.

0 votes

it's a better to display your test results in Jenkins instead of creating issues for them automatically. You didn't mention what technology you’re using (nodejs, java, ...), but typically you let your test runner generate a test results file that jenkins can interprete, so it will display the results nicely. There are various jenkins plugins that can help with that.

If you want to go a step further and still create issues automatically, you can script that in a separate step of your jenkins job, using the JIRA REST API and a scripting language of your choice. It just comes down to parsing the results file and let your script create issues for the failures.

Ready to Build the Future of IT? Start with Our DevOps Engineer Course!

answered Jul 12, 2018 by Kalgi
• 2,680 points

Related Questions In Jenkins

0 votes
1 answer

Kubernetes - Jenkins integration

The best practice is to launch you ...READ MORE

answered Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
740 views
+2 votes
4 answers

Jenkins integration for dotnet test

You can use the following Pipeline code ...READ MORE

answered Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
6,967 views
0 votes
2 answers

How could I integrate Selenium with Jenkins?

Hey @Ali, follow these steps to integrate ...READ MORE

answered Dec 20, 2018 in Jenkins by Eric
1,157 views
0 votes
1 answer

How to run selenium script with TestNG on Jenkins?

You can build this project in Jenkins ...READ MORE

answered Jun 19, 2019 in Jenkins by Neel
• 3,020 points
3,740 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer

How to rebuild an item on Jenkins pipeline

Yes you can, its pretty simple actually. Go ...READ MORE

answered Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
3,855 views
0 votes
1 answer

How do I pass value from my Fake # script to the host build server (Jenkins)

You can use the EnvInject plugin to pass environment ...READ MORE

answered Jul 11, 2018 in Jenkins by Kalgi
• 2,680 points
1,140 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP