1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/integration/testdata/TestMtaIntegration/npm/mta.yaml
Florian Wilhelm 0fcf1654fe
Install maven artifacts after mta build (#1641)
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).
2020-06-15 12:46:54 +02:00

17 lines
292 B
YAML

_schema-version: '3.1'
ID: test-mta-js
version: 1.0.0
build-parameters:
before-all:
- builder: custom
commands:
- npm install
- npm run-script ci-backend-unit-test
- npm run-script ci-it-backend
modules:
- name: test-mta-js-srv
type: nodejs
path: gen/srv