13 Mar 2019
06:23 AM
- last edited on
18 May 2023
08:42 AM
by
Michal_Gebacki
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 ?
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."
Solved! Go to Solution.
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:
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: