Skip to content

Commit

Permalink
feat(Jenkinsfile_gc) adds cron trigger expression (#1531)
Browse files Browse the repository at this point in the history
* feat

Signed-off-by: jayfranco999 <[email protected]>

* fixup

Signed-off-by: jayfranco999 <[email protected]>

* Update Jenkinsfile_gc

Co-authored-by: Damien Duportal <[email protected]>

* fixup

Signed-off-by: jayfranco999 <[email protected]>

---------

Signed-off-by: jayfranco999 <[email protected]>
Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
jayfranco999 and dduportal authored Nov 18, 2024
1 parent f0655cf commit 1d91a78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile_gc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ pipeline {
agent {
label "linux-arm64-docker"
}
triggers {
cron('@hourly')
}
stages {
stage('Garbage Collection') {
parallel {
Expand Down

0 comments on commit 1d91a78

Please sign in to comment.