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

Fix karma metadata

This commit is contained in:
Sven Merk 2019-11-08 11:28:42 +01:00
parent 04d288a13f
commit 92054ad8aa

View File

@ -52,8 +52,14 @@ spec:
mandatory: true mandatory: true
#outputs: #outputs:
containers: containers:
- name: maven - name: karma
image: maven:3.5-jdk-8 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: volumeMounts:
- mountPath: /dev/shm - mountPath: /dev/shm
name: dev-shm name: dev-shm