Skip to content

Commit

Permalink
fix():Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richiesebastian authored Sep 17, 2024
1 parent 044d009 commit afd4fc0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@Library('jenkins-library@opensource-release') _
@Library('jenkins-library@opensource-release-multiarch') _
dockerImagePipeline(
script: this,
service: 'cmd-nsc-init',
dockerfile: 'Dockerfile',
buildContext: '.',
buildArguments: [PLATFORM:"amd64"]

services: ['cmd-nsc-init'],
dockerfiles: ['Dockerfile'],
pushed: true,
buildArgumentsList: [
[ENV: 'production', PLATFORM: 'linux/arm64,linux/amd64']
]
)

0 comments on commit afd4fc0

Please sign in to comment.