Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
feat: trigger snapshot post-release job also for technology repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Nov 16, 2023
1 parent 8b76678 commit e90fc5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ pipeline {
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/IdentityHub")]
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/RegistrationService")]
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/FederatedCatalog")]
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/Technology-Aws")]
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/Technology-Azure")]
build job: 'Publish-Component', parameters: [string(name: 'REPO', value: "https://github.com/eclipse-edc/Technology-Gcp")]
}
}

Expand Down

0 comments on commit e90fc5a

Please sign in to comment.