Skip to content

Commit b3771b2

Browse files
authored
Merge pull request #1019 from gursewak1997/gc-from-releasejob
release: Run garbage collection from release job
2 parents e36f84e + bf795af commit b3771b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jobs/release.Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@ lock(resource: "release-${params.STREAM}", extra: locks) {
342342
}
343343
}
344344
}
345+
stage('Fork Garbage Collection') {
346+
build job: 'garbage-collection', wait: false, parameters: [
347+
string(name: 'STREAM', value: params.STREAM),
348+
booleanParam(name: 'DRY_RUN', value: false)
349+
]
350+
}
345351
stage('Publish') {
346352
pipeutils.withAWSBuildUploadCredentials() {
347353
// Since some of the earlier operations (like AWS replication) only modify

0 commit comments

Comments
 (0)