13 Mar 2019 01:23 PM - last edited on 18 May 2023 04:42 PM 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.
14 Mar 2019 11:06 AM
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:
14 Mar 2019 11:11 AM
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: