Skip to content

Commit

Permalink
Create azure-devops-multi-analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-sig authored Oct 24, 2023
1 parent c6607ef commit 73ea749
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-devops-multi-analysis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
stages:
- stage: Report
jobs:
- job: SigridPublish
pool:
vmImage: ubuntu-latest
container: softwareimprovementgroup/sigrid-multi-analysis-import
continueOnError: true
steps:
- bash: "/usr/local/bin/all-the-things.sh"
env:
CUSTOMER: opensource
SYSTEM: junit
POSTGRES_HOST_AND_PORT: YOUR_DATABASE_HOST:5432
POSTGRES_PASS: $SIGRID_REVIEW_ONPREM_POSTGRES_IMPORTER_PASS
continueOnError: true

0 comments on commit 73ea749

Please sign in to comment.