Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
36088a17
Commit
36088a17
authored
Dec 15, 2020
by
Daniel Scholl
Browse files
Merge branch 'azure_ado_cache' into 'master'
Updated Azure ADO pipelines to use cache See merge request
!65
parents
3081efbf
434cdb32
Pipeline
#20162
passed with stages
in 57 minutes and 48 seconds
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
devops/azure/development-pipeline.yml
View file @
36088a17
...
...
@@ -50,14 +50,16 @@ variables:
value
:
$[ resources.repositories['FluxRepo'].name ]
-
name
:
SKIP_TESTS
value
:
'
false'
-
name
:
'
MAVEN_CACHE_FOLDER'
value
:
$(Pipeline.Workspace)/.m2/repository
stages
:
-
template
:
/devops/build-stage.yml@TemplateRepo
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-P
indexer-core'
mavenOptions
:
'
-P
indexer-azure'
serviceCoreMavenOptions
:
'
-P
indexer-core
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
mavenOptions
:
'
-P
indexer-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
copyFileContents
:
|
pom.xml
provider/indexer-azure/maven/settings.xml
...
...
devops/azure/pipeline.yml
View file @
36088a17
...
...
@@ -50,14 +50,16 @@ variables:
value
:
$[ resources.repositories['FluxRepo'].name ]
-
name
:
SKIP_TESTS
value
:
'
false'
-
name
:
'
MAVEN_CACHE_FOLDER'
value
:
$(Pipeline.Workspace)/.m2/repository
stages
:
-
template
:
/devops/build-stage.yml@TemplateRepo
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-P
indexer-core'
mavenOptions
:
'
-P
indexer-azure'
serviceCoreMavenOptions
:
'
-P
indexer-core
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
mavenOptions
:
'
-P
indexer-azure
--settings
.mvn/community-maven.settings.xml
-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)
'
copyFileContents
:
|
pom.xml
provider/indexer-azure/maven/settings.xml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment