azure pipeline modified
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Add steps that analyze code, save build artifacts, deploy, and more:
|
# Add steps that analyze code, save build artifacts, deploy, and more:
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
|
||||||
trigger:
|
trigger:
|
||||||
- develop
|
- master
|
||||||
pool:
|
pool:
|
||||||
name: azureselfhosted
|
name: azureselfhosted
|
||||||
variables:
|
variables:
|
||||||
@@ -41,7 +41,7 @@ steps:
|
|||||||
- task: Maven@3
|
- task: Maven@3
|
||||||
inputs:
|
inputs:
|
||||||
mavenPomFile: 'apollo/pom.xml'
|
mavenPomFile: 'apollo/pom.xml'
|
||||||
goals: 'install'
|
goals: 'install -DskipTests'
|
||||||
# options: '-s $(mvnSettings.secureFilePath)'
|
# options: '-s $(mvnSettings.secureFilePath)'
|
||||||
#mavenAuthenticateFeed: true
|
#mavenAuthenticateFeed: true
|
||||||
#publishJUnitResults: true
|
#publishJUnitResults: true
|
||||||
|
|||||||
Reference in New Issue
Block a user