Skip to content

Commit

Permalink
fix(): Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KRANTHI0918 authored Nov 5, 2024
1 parent 210435b commit 5db5228
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ dockerbuildtestPipeline(
script: this,
service: 'worker-operator',
buildArguments: [PLATFORM:"amd64"],
run_unit_tests: 'false',
ignore_critical: 'false',
update_trivy: 'false'
run_unit_tests: 'false'

)

0 comments on commit 5db5228

Please sign in to comment.