Skip to content

Commit

Permalink
Merge pull request #1019 from gursewak1997/gc-from-releasejob
Browse files Browse the repository at this point in the history
release: Run garbage collection from release job
  • Loading branch information
gursewak1997 authored Nov 25, 2024
2 parents e36f84e + bf795af commit b3771b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobs/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ lock(resource: "release-${params.STREAM}", extra: locks) {
}
}
}
stage('Fork Garbage Collection') {
build job: 'garbage-collection', wait: false, parameters: [
string(name: 'STREAM', value: params.STREAM),
booleanParam(name: 'DRY_RUN', value: false)
]
}
stage('Publish') {
pipeutils.withAWSBuildUploadCredentials() {
// Since some of the earlier operations (like AWS replication) only modify
Expand Down

0 comments on commit b3771b2

Please sign in to comment.