Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/datadog-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: datadog-2.2.0
Choose a base ref
...
head repository: jenkinsci/datadog-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: datadog-2.3.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 5 contributors

Commits on Sep 17, 2020

  1. [maven-release-plugin] prepare for next development iteration

    ci.jenkins-plugin committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6888737 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    4979252 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    8f21e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Expose trace IDs as environment variables (#134)

    * Expose tracing IDs as envvars in Jenkins Pipelines
    
    * Expose traces IDs as env vars in Jenkins builds
    
    * Added comments
    
    * Comments and logs
    
    * Change envvar to X_DATADOG_TRACE_ID and X_DATADOG_PARENT_ID
    
    * Store envvars as HexString
    drodriguezhdez authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    328d325 View commit details
    Browse the repository at this point in the history
  2. Avoid sending deleted events for already completed jobs (#133)

    * Avoid sending deleted events for already completed jobs
    
    * Add build listener tests for events
    
    * Remove comment
    
    Co-authored-by: Florian Veaux <[email protected]>
    
    Co-authored-by: Florian Veaux <[email protected]>
    mgarabed and FlorianVeaux authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    685b75e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Add commit message, author, and committer info to traces (#135)

    * Git Info in Jenkins Build
    
    * Add author and committer in Jenkins pipelines
    
    * Remove unnecesary files
    
    * Prevent multiple RevCommit search
    
    * Add integration tests
    
    * Added javadoc
    drodriguezhdez authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1b9c97d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    6308bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5242c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9808aac View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Changelog for v2.3.0 (#143)

    * Changelog for v2.3.0
    
    * Add details
    
    * Apply suggestions from code review
    
    Co-authored-by: Daniel Rodriguez Hernandez <[email protected]>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Florian Veaux <[email protected]>
    
    Co-authored-by: Daniel Rodriguez Hernandez <[email protected]>
    Co-authored-by: Florian Veaux <[email protected]>
    3 people authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7268f34 View commit details
    Browse the repository at this point in the history
  2. Fix timezone assertions (#144)

    * Fix timezone assertions
    
    * Set TimeZone to UTC
    drodriguezhdez authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8cd6745 View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release datadog-2.3.0

    ci.jenkins-plugin committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    cfc3c04 View commit details
    Browse the repository at this point in the history
Loading