Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Aug 19, 2024
1 parent fdec1bc commit a9c1af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def pipeline = new org.docker.AppPipeline(steps: this,
dockerImageName: 'sora2/pricing-server',
dockerRegistryCred: 'bot-sora2-rw',
secretScannerExclusion: '.*docker-compose.yml',
dockerImageTags: ['fix/xst-based-tokens':'test-16082024'],
dockerImageTags: ['master':'latest'],
deepSecretScannerExclusion: ["web.py", "alembic.ini"],
gitUpdateSubmodule: true)
pipeline.runPipeline()

0 comments on commit a9c1af8

Please sign in to comment.