问题
I've successfully installed Robot Framework plugin in Jenkins. I restarted the server. While configuring my project, Publish Robot Framework test results should be visible in Post-build Actions menu. But this is not the case. There is no such option exists to publish robot framework test results. Am I missing something here?
回答1:
Jenkins assume that you have installed suggested plugins , before you go for Robot framework plugin .
The definition of suggested plugins is not much clear and very confusing.
I had resolved this issue by installing Subversion.
Steps
1) go to Managed Jenkins >Managed plugins >Available
2) Search Subversion
3) Install Subversion
This should be able to resolve your issue.
In case of any issue , you can refer this blog How to configure jenkins with robotframework, i have included all the steps with screenshots.
来源:https://stackoverflow.com/questions/49606070/publish-robot-framework-test-results-option-is-not-available-after-successful-in