Skip to content

Commit

Permalink
Merge branch 'main' into dduportal-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Aug 21, 2024
2 parents 30d9cf3 + 3cd32c4 commit dc69a3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
String cronTriggerExpression = ''
if (env.BRANCH_IS_PRIMARY) {
cronTriggerExpression = '@weekly'
}

properties([pipelineTriggers([cron(cronTriggerExpression)])])

buildDockerAndPublishImage('packaging', [targetplatforms: 'linux/amd64'])
parallelDockerUpdatecli([
imageName: 'packaging',
rebuildImageOnPeriodicJob: false,
buildDockerConfig : [
useContainer: false,
targetplatforms: 'linux/amd64'
]
])
4 changes: 0 additions & 4 deletions Jenkinsfile_updatecli

This file was deleted.

5 changes: 3 additions & 2 deletions updatecli/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
github:
user: "jenkins-infra-updatecli"
email: "178728+jenkins-infra-updatecli[bot]@users.noreply.github.com"
user: "Jenkins Infra Bot (updatecli)"
email: "[email protected]"
username: "jenkins-infra-bot"
token: "UPDATECLI_GITHUB_TOKEN"
branch: "main"
owner: "jenkins-infra"
Expand Down

0 comments on commit dc69a3f

Please sign in to comment.