Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,11 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.13",
"date": "2026-06-09T15:53:46.356Z",
"image": "urbancode/ucv-ext-jenkins:1.1.13",
"semver": "1.1.14",
"date": "2026-06-22T12:39:14.130Z",
"image": "urbancode/ucv-ext-jenkins:1.1.14",
"notes": [
"Addressed and resolved Whitesource-reported vulnerabilities.",
"Switched Jenkins jobs to kickoff jobs and synchronized related updates.",
"Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.",
"Upgraded the NPM Wrapper package to the latest supported version."
"Enhancement: Added support to include integrationId when uploading execution records from the Jenkins plugin for improved execution traceability."
],
"supports": "5.2.5"
}
Expand Down
9 changes: 9 additions & 0 deletions plugins/ucv-ext-jenkins/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"semver": "1.1.14",
"date": "2026-06-22T12:39:14.130Z",
"image": "urbancode/ucv-ext-jenkins:1.1.14",
"notes": [
"Enhancement: Added support to include integrationId when uploading execution records from the Jenkins plugin for improved execution traceability."
],
"supports": "5.2.5"
},
{
"semver": "1.1.13",
"date": "2026-06-09T15:53:46.356Z",
Expand Down
Loading