Skip to content

Commit

Permalink
Update Jenkinsfile_k8s
Browse files Browse the repository at this point in the history
Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com>
  • Loading branch information
smerle33 and lemeurherve committed Jun 28, 2024
1 parent ae569c0 commit ac6fe12
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
parallelDockerUpdatecli([imageName: 'packaging', rebuildImageOnPeriodicJob: false, buildDockerConfig : [useContainer: false, targetplatforms: 'linux/amd64,linux/arm64']])
parallelDockerUpdatecli([
imageName: 'packaging',
rebuildImageOnPeriodicJob: false,
buildDockerConfig : [
useContainer: false,
targetplatforms: 'linux/amd64,linux/arm64'
]
])

0 comments on commit ac6fe12

Please sign in to comment.