Skip to content

Commit

Permalink
chore: separate updatecli to its own pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jul 12, 2024
1 parent ddc7efb commit a07e645
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
parallelDockerUpdatecli([
imageName: 'builder',
useContainer: false,
])
buildDockerAndPublishImage('builder')
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')
}
6 changes: 3 additions & 3 deletions updatecli/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
github:
user: "Jenkins Infra Bot (updatecli)"
email: "[email protected]"
username: "jenkins-infra-bot"
user: "jenkins-infra-updatecli"
email: "178728+jenkins-infra-updatecli[bot]@users.noreply.github.com"
token: "UPDATECLI_GITHUB_TOKEN"
branch: "main"
owner: "jenkins-infra"
Expand Down

0 comments on commit a07e645

Please sign in to comment.