How to install my own plugin when running on azure devops pipeline

I developed my plugin that adds onto the existing Slack plugin to include a copy of the test suite report. I’d like to run this plugin as part of my Azure Devops Pipeline execution but I don’t see how to install a plugin programmatically or how I can get my own plugin to run on katalon with azure… if there is a way I can set it up please let me know!

Hi @jeanie.conner,

Please refer to our docs about private plugins to install your plugin on KRE.

Hope this helps.

2 Likes

Thank you - I got it installing now, I wasn’t aware that it needed to be in a subfolder of Plugins. It’s working now!