Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions pipelines/build/azure-pipelines-build-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,50 @@ stages:
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json

##################################################
# Cargo #
##################################################

- template: ../templates/build/azure-pipelines-clearing-tool-build-run-stage-template.yml
parameters:
stageName: cargo
displayName: "B&R CA Tool CARGO"
sw360Url: $(SW360_URL)
sw360Token: $(SW360_TOKEN)
sw360ProjectId: 3e4e30ddfa82419091a0208b39f51db2
sw360ProjectName: "Test-Cargo"
fossologyUrl: $(FOSSOLOGY_URL)
JfrogUrl: $(JFROG_URL)
JfrogToken: $(JFROG_TOKEN)
JfrogDryRun: true
projectDefinitions:
- projectType: 'cargo'
inputFolder: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/dependency-locks/cargo
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json

##################################################
# Choco #
##################################################

- template: ../templates/build/azure-pipelines-clearing-tool-build-run-stage-template.yml
parameters:
stageName: choco
displayName: "B&R CA Tool CHOCO"
sw360Url: $(SW360_URL)
sw360Token: $(SW360_TOKEN)
sw360ProjectId: 28b0f7b4c77f4dfaa071e0a8772c8cf3
sw360ProjectName: "Test-Choco"
fossologyUrl: $(FOSSOLOGY_URL)
JfrogUrl: $(JFROG_URL)
JfrogToken: $(JFROG_TOKEN)
JfrogDryRun: true
projectDefinitions:
- projectType: 'choco'
inputFolder: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/dependency-locks/choco
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json

##################################################
# ALPINE #
##################################################
Expand Down