keptn-contrib / jenkins-service

ARCHIVED. This service has been deprecated and is no longer actively maintained.
Apache License 2.0
2 stars 5 forks source link

Remove T-system performance plugin in Jenkins service if not used #51

Open robertjahn opened 5 years ago

robertjahn commented 5 years ago

Is your feature request related to a problem? Please describe. n/a

Describe the solution you'd like As to not cause confusion, remove the T-system performance plugin within Jenkins service.

Describe alternatives you've considered n/a

Additional context Add any other context or screenshots about the feature request here. image

johannes-b commented 5 years ago

Thanks for pointing that out. I have tried to uninstall the Performance Signature plugin, but there is still a dependency to it. In the function executeJMeter.groovy in the jenkins-extensions repo, a function from the the Performance Signature plugin is called. This call can't be removed since others depend on it.

robertjahn commented 5 years ago

I think the ticket should remain open then but just be in the backlog

Sounds like we need another ticket to remove dependency to that jmeter piece

On Thu, May 9, 2019, 12:07 AM Johannes notifications@github.com wrote:

Closed #297 https://github.com/keptn/keptn/issues/297.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keptn/keptn/issues/297#event-2329325906, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6A2UMLAIH7CNLJQB6A3Z3PUPERJANCNFSM4HJRKCZA .

johannes-b commented 5 years ago

I agree, this issue should remain open since there is still the dependency in the executeJMeter.groovy function in the jenkins-extensions repo that need to be resolved.