Skip to content

Commit

Permalink
chore: add Jenkinsfile_updatecli (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jun 17, 2024
1 parent ed2ac72 commit 726c1d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile_updatecli
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
updatecli(action: 'diff')
if (env.BRANCH_IS_PRIMARY) {
updatecli(action: 'apply', cronTriggerExpression: '@weekly')
}

0 comments on commit 726c1d7

Please sign in to comment.