1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

Merge pull request #962 from SAP/karma-fix-metadata

Fix karma metadata
This commit is contained in:
Sven Merk 2019-11-08 11:58:17 +01:00 committed by GitHub
commit 27b5545ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,14 @@ spec:
mandatory: true
#outputs:
containers:
- name: maven
image: maven:3.5-jdk-8
- name: karma
image: node:8-stretch
env:
- name: no_proxy
value: localhost,selenium,$no_proxy
- name: NO_PROXY
value: localhost,selenium,$NO_PROXY
workingDir: /home/node
volumeMounts:
- mountPath: /dev/shm
name: dev-shm