Use Jenkins pipelines (#937)

This commit is contained in:
Tomas Della Vedova
2019-08-09 12:11:47 +02:00
committed by GitHub
parent 4c1eaa5a54
commit 34e440b9f8
13 changed files with 336 additions and 183 deletions

7
.ci/docker/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
ARG NODE_JS_VERSION=10
FROM node:${NODE_JS_VERSION}-alpine
RUN apk --no-cache add git
# Create app directory
WORKDIR /usr/src/app