Reputation: 205
Is there an option to use dynatrace with jenkins pipeline script? I could see options with freestyle jobs but not with pipeline.
Upvotes: 0
Views: 738
Reputation: 655
The current Jenkins Plugin we provide can be used from a regular freestyle job. But - what the plugin actually does is executing the backend Test Automation REST API calls to
Having that in mind it should be fairly easy to simply make these REST calls directly from your Pipeline Script by making these REST calls directly!
If you want to learn more about Test Automation, and the REST APIs check out some of my Jenkins based YouTube tutorials I have on my YouTube Tutorial channel: https://www.youtube.com/playlist?list=PLqt2rd0eew1bmDn54E2_M2uvbhm_WxY_6
Andi
Upvotes: 0