mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +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).
17 lines
292 B
YAML
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
|