Change to node 6

This commit is contained in:
Shane Kilkelly
2018-04-26 09:53:14 +01:00
parent 1b3abe3b9a
commit 0f4a48b410
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
8.11.1
6.14.1
+2 -2
View File
@@ -12,7 +12,7 @@ pipeline {
stage('Install') {
agent {
docker {
image 'node:8.11.1'
image 'node:6.14.1'
args "-v /var/lib/jenkins/.npm:/tmp/.npm -e HOME=/tmp"
reuseNode true
}
@@ -31,7 +31,7 @@ pipeline {
stage('Compile') {
agent {
docker {
image 'node:8.11.1'
image 'node:6.14.1'
reuseNode true
}
}
+2 -2
View File
@@ -7,14 +7,14 @@ version: "2"
services:
test_unit:
image: node:8.11.1
image: node:6.14.1
volumes:
- .:/app
working_dir: /app
entrypoint: npm run test:unit:_run
test_acceptance:
image: node:8.11.1
image: node:6.14.1
volumes:
- .:/app
working_dir: /app
+2 -2
View File
@@ -7,14 +7,14 @@ version: "2"
services:
test_unit:
image: node:8.11.1
image: node:6.14.1
volumes:
- .:/app
working_dir: /app
entrypoint: npm run test:unit
test_acceptance:
image: node:8.11.1
image: node:6.14.1
volumes:
- .:/app
environment: