Update release-branch-pipeline.yml for Azure Pipelines
This commit is contained in:
parent
a2ab48d15f
commit
eaff7dcf4e
|
@ -108,6 +108,7 @@ jobs:
|
||||||
# is that once we pull the code, it won't change again on this branch until the release is complete. We
|
# is that once we pull the code, it won't change again on this branch until the release is complete. We
|
||||||
# want to fail fast if there is an issue, and avoid running the tests more than once so it doesn't take all day.
|
# want to fail fast if there is an issue, and avoid running the tests more than once so it doesn't take all day.
|
||||||
timeoutInMinutes: 360
|
timeoutInMinutes: 360
|
||||||
|
dependsOn: ['get_release_version', 'get_branch_id', 'check_release_notes']
|
||||||
steps:
|
steps:
|
||||||
# Runs 'mvn clean package'
|
# Runs 'mvn clean package'
|
||||||
- task: Maven@3
|
- task: Maven@3
|
||||||
|
@ -122,6 +123,7 @@ jobs:
|
||||||
goals: 'package'
|
goals: 'package'
|
||||||
- job: publish_build_artifacts
|
- job: publish_build_artifacts
|
||||||
timeoutInMinutes: 5
|
timeoutInMinutes: 5
|
||||||
|
dependsOn: ['buildaroni']
|
||||||
steps:
|
steps:
|
||||||
# Publishes the built Validator jar to build artifacts. Primarily for testing and debugging builds.
|
# Publishes the built Validator jar to build artifacts. Primarily for testing and debugging builds.
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
|
|
Loading…
Reference in New Issue