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:
parent
04d288a13f
commit
92054ad8aa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user