Skip to content

Commit

Permalink
SLCORE-409 Rename WhiteSource to Mend in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource authored and henryju committed Nov 2, 2022
1 parent dca06a5 commit 3749cc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
- repository: commonTemplates
type: git
name: pipelines-yaml-templates
ref: refs/tags/v1.0.17
ref: refs/tags/v2.0.0


stages:
Expand Down Expand Up @@ -111,7 +111,7 @@ stages:
burgrName: 'validate'
burgrType: 'validate'
stageName: 'validate'
stageDisplayName: Run UTs and trigger SonarQube and WhiteSource analysis
stageDisplayName: Run UTs and trigger SonarQube and Mend analysis
jobs:
- job: test_windows
displayName: Run unit tests on Windows
Expand Down Expand Up @@ -181,8 +181,8 @@ stages:
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
mavenOptions: $(MAVEN_OPTS)
- job: sonarqubeAndWhiteSource
displayName: SonarQube analysis on Next and WhiteSource scan
- job: sonarqubeAndMend
displayName: SonarQube analysis on Next and Mend scan
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
MAVEN_OPTS: '-Xmx3072m -Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
Expand Down Expand Up @@ -214,7 +214,7 @@ stages:
mavenOptions: $(MAVEN_OPTS)
sonarQubeRunAnalysis: true
sqMavenPluginVersionChoice: 'latest'
- template: whitesource-with-maven-repox.yml@commonTemplates
- template: mend-with-maven-repox.yml@commonTemplates
parameters:
productName : 'SonarLint/Core'
mavenRepositoryPath: '$(Pipeline.Workspace)/.m2/repository'
Expand Down

0 comments on commit 3749cc7

Please sign in to comment.