Skip to content

Commit

Permalink
chore(updatecli): replace GHA by a Jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jul 12, 2024
1 parent 247c495 commit cc6dcc0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 38 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/updatecli.yaml

This file was deleted.

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')
}
8 changes: 0 additions & 8 deletions updatecli/values.github-action.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions updatecli/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
github:
user: "jenkins-infra-updatecli"
email: "178728+jenkins-infra-updatecli[bot]@users.noreply.github.com"
token: "UPDATECLI_GITHUB_TOKEN"
branch: "master"
owner: "jenkins-infra"
repository: "jenkins.io"

0 comments on commit cc6dcc0

Please sign in to comment.