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
434cdb32
Commit
434cdb32
authored
Dec 15, 2020
by
Daniel Scholl
Browse files
Updated pipelines to use cache
parent
3081efbf
Pipeline
#19155
passed with stages
in 8 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/azure/development-pipeline.yml
View file @
434cdb32
...
...
@@ -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 @
434cdb32
...
...
@@ -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