mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
0fcf1654fe
Extend mta build step to install maven artefacts after build to allow re-using them in later stages (additional unit or integration tests which might not be running as part of the "build" life-cycle).
9 lines
99 B
YAML
9 lines
99 B
YAML
_schema-version: "3.1"
|
|
ID: foo
|
|
version: 0.0.1
|
|
|
|
modules:
|
|
- name: foo
|
|
type: java
|
|
path: app
|