reportportal / plugin-jenkins

Jenkins CI Plugin - represents statistics and visualization at Jenkins job page
GNU General Public License v3.0
4 stars 5 forks source link

Jenkins plugin isn't compatible with Jenkins pipeline dsl #9

Open OstapJ opened 6 years ago

OstapJ commented 6 years ago

In order to add support of Jenkins pipeline for Jenkins plugin. We need to implement the SimpleBuildStep according to requirements https://jenkins.io/doc/developer/plugin-development/pipeline-integration/.

The class which should be updated is https://github.com/jenkinsci/reportportal-plugin/blob/master/src/main/groovy/com/epam/reportportal/ResultRecorder.groovy

avarabyeu commented 6 years ago

@OstapJ feel free to make PR :)

katcaola commented 5 years ago

@OstapJ Check out the RP jenkins-plugin repo. It might make more sense to open the issue there and/or commit changes there.

gnazgit commented 2 years ago

Any plans on extending support this plugin? @avarabyeu @HardNorth