-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add passed and skipped cases to REST API response #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💖
Thank you so much for this! So when I try hitting the API at Am I looking for the skipped and pass cases using the incorrect param? Thank you |
Hi, Just to be on the absolute safe side, which plugin version, Jenkins version, and RF version are you using? I get the correct output, which does show an empty list when there are no passed or skipped cases.
|
@asimell thank you for responding I may not have the permissions to view the plugins - do you know how I could find this plugin's version in the results or console? |
Currently there is no way to see that from the console output or results page. You need admin access to see the plugin page or ask a person with admin access to check it for you. Your Jenkins version is lower than is stated in the plugin pom.xml file as the requirement (2.277.4). I'd suggest to update your Jenkins to the current LTS version and see if that fixes the issue. I have Jenkins 2.349 locally and at least that works as expected. |
Thank you, Ill talk to the person with admin access about upgrading the Jenkins version. Thank you so much for your help and this plugin update! |
No description provided.