Skip to content

Commit 677dbd8

Browse files
committed
updated build pipeline
1 parent e24afd5 commit 677dbd8

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

pipelines/build/azure-pipelines-build-run.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,50 @@ stages:
168168
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
169169
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json
170170

171+
##################################################
172+
# Cargo #
173+
##################################################
174+
175+
- template: ../templates/build/azure-pipelines-clearing-tool-build-run-stage-template.yml
176+
parameters:
177+
stageName: cargo
178+
displayName: "B&R CA Tool CARGO"
179+
sw360Url: $(SW360_URL)
180+
sw360Token: $(SW360_TOKEN)
181+
sw360ProjectId: a331b8488fa140b6a8714d003a0d3a79
182+
sw360ProjectName: "Test-Poetry"
183+
fossologyUrl: $(FOSSOLOGY_URL)
184+
JfrogUrl: $(JFROG_URL)
185+
JfrogToken: $(JFROG_TOKEN)
186+
JfrogDryRun: true
187+
projectDefinitions:
188+
- projectType: 'cargo'
189+
inputFolder: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/dependency-locks/cargo
190+
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
191+
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json
192+
193+
##################################################
194+
# Choco #
195+
##################################################
196+
197+
- template: ../templates/build/azure-pipelines-clearing-tool-build-run-stage-template.yml
198+
parameters:
199+
stageName: choco
200+
displayName: "B&R CA Tool CHOCO"
201+
sw360Url: $(SW360_URL)
202+
sw360Token: $(SW360_TOKEN)
203+
sw360ProjectId: cb0dfd43b35748d880d4c9f201ca7139
204+
sw360ProjectName: "Test-Nuget"
205+
fossologyUrl: $(FOSSOLOGY_URL)
206+
JfrogUrl: $(JFROG_URL)
207+
JfrogToken: $(JFROG_TOKEN)
208+
JfrogDryRun: true
209+
projectDefinitions:
210+
- projectType: 'choco'
211+
inputFolder: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/dependency-locks/choco
212+
outputFolder: $(Build.SourcesDirectory)/continuous-clearing
213+
appSettingsPath: $(Build.SourcesDirectory)/ca-tool-config-and-testdata/settings/appsettings.json
214+
171215
##################################################
172216
# ALPINE #
173217
##################################################

0 commit comments

Comments
 (0)