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 422b378 commit 7640248
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parallelDockerUpdatecli([imageName: 'wiki', rebuildImageOnPeriodicJob: false, updatecliConfig: [containerMemory: '1G'], buildDockerConfig : [targetplatforms: 'linux/amd64,linux/arm64']])
buildDockerAndPublishImage('wiki', [targetplatforms: 'linux/amd64,linux/arm64'])
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: "60776566+jenkins-infra-bot@users.noreply.github.com"
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 7640248

Please sign in to comment.