Skip to content

v3.0.0

Compare
Choose a tag to compare
@sephiroth-j sephiroth-j released this 30 Nov 22:11
· 349 commits to master since this release

⚠ Breaking

  • Internet Explorer 11 is not supported anymore
  • minimum required Jenkins version is now 2.249.2
  • configuration is not compatible with previous versions
    • due to internal changes
    • API key is now of type "Secret Text" credential

⭐ New Features

  • allow to override global values for Dependency-Track URL, API key and "Auto Create Projects" in job definition (fixes JENKINS-55926)

  • support multiple invocations in a build run (fixes JENKINS-55926).

    please note: Only the result of the last invocation using synchronous=true will contribute to the result report page and the history on the job page.

  • allow to specify connect and response timeouts

  • re-designed result report page

  • added link on the sidebar to Dependency-Track project page for each build (only for new builds, fixes JENKINS-55627)

  • support dark theme of Jenkins 2.249

  • JENKINS-57697: more detailed error logging

  • API key is now a "Secret Text" credential

  • list of projects in job configuration page is now sorted and includes only active projects

🐞 Bugs Fixed

  • unable to use projectName and projectVersion instead of projectId in classic job types
  • sorting of column "Severity" in result report table was broken
  • corrected the help information for global setting "Polling Timeout"