21 Sep 2019 07:54 PM - last edited on 18 May 2023 04:15 PM by Michal_Gebacki
Hi,
I'm trying to integrate aws code pipeline over a Jenkins project and not a pipeline since the awscodepipeline plugin doesn't have a pipeline alternative and use the performance signature plugin that is only meant for Jenkins piplelines. is there a workaround to using the Dynatrace plugin in a Jenkins project instead?
Solved! Go to Solution.
22 Sep 2019 08:24 AM
I’m not sure what you are trying to do.
Sebastian
22 Sep 2019 10:46 AM
Not clear what you are trying to do.. but
AWS - https://www.dynatrace.com/news/blog/unbreakable-devops-pipeline-shift-left-shift-right-self-healing/
https://github.com/Dynatrace/AWSDevOpsTutorial
Jenkins Performance signature - https://www.dynatrace.com/news/blog/shift-left-in-jenkins-how-to-implement-performance-signature-wit...
Native jenkins + Dynatrace CLI - https://github.com/dynatrace-innovationlab/jenkins-dynatrace-pipeline-tutorial
22 Sep 2019 10:53 AM
It seems you want to use a Freestyle jenkins project that is not a pipeline project, use the Native jenkins link and adapt the steps in the pipeline (sh steps) as steps in your freestyle project.
18 Oct 2019 12:40 PM
The accepted answer is an option but the Dynatrace CLI readme states: "The CLI now implements the main uses to gather and compare metrics as part of your CI/CD Delivery Pipeline. All gathered and compared data will end up as a Custom Device with Custom Metrics in Dynatrace, e.g: "My Jenkins Pipeline" with metrics such as "Response Time", "Throughput" or "Number of Incoming Dependencies".
23 Sep 2019 10:06 AM
No, the plugin can only be used with a jenkins pipeline, not with a Freestyle Project.
But you can have a look at Pitometerm which you could use in your jenkins project to do a performance signature without the plugin.