cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace Integration with Jenkins

muralikrishna_2
Inactive

Hello

I am trying to integrate Jenkins with Dynatrace per https://github.com/jenkinsci/performance-signature...

Can someone help me where I can see this option " in jenkins to configure ?

"Step configuration

The createDynatraceDeploymentEvent pipeline step creates a deployment event in Dynatrace. The set of rules defining Dynatrace entities to be associated with the event. You can specify tags to dynamically match Dynatrace entities or IDs of specific entities. At least one entity ID or tag is required."

 

2 REPLIES 2

pahofmann
DynaMight Guru
DynaMight Guru

You configure this step in you Jenkins Pipeline config. Depending on how this is setup either in the settings of you Jenkins project or the Jenkinsfile in your repository.

Here is an example via Jenkinsfile:


Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

To generate the pipeline code you can use the integrated snippet generator.

Go to you project -> pipeline syntax

This will open the snippet generator where you can create the code via a GUI:


Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Featured Posts