We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 00112494 authored by vinhmh98's avatar vinhmh98

shell excutor demo

parent bf554797
stages:
- deploy
deploys:
stage: deploy
script:
- npm install
- npm run build
version: "3"
services:
jenkins:
image: jenkins/jenkins
privileged: true
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
user: root
ports:
- "8081:8080"
- "50000:50000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /usr/local/bin/docker:/usr/local/bin/docker
- ./jenkins:/var/jenkins_home
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment