Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include userId in BuildData #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Nov 22, 2021

  1. Include userId in BuildData

    Based on the similar implementation of the datadog plugin [1].
     - the userId is `scm` when the build was triggered by SCM
     - the userId is `timer` when the build was triggered by a timer
     - when the build was triggered by an upstream build, the userId of that
       build is used
     - in all other cases the userId is `anonymous`.
    
    [1] https://github.com/jenkinsci/datadog-plugin/blob/master/src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java#L624
    LEDfan committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    31b3c7c View commit details
    Browse the repository at this point in the history