Commit 924c7a1d authored by Your Name's avatar Your Name

sss

parent eb5d722b
pipeline {
agent {
docker {
image 'node:lts'
args '-v /root/jenkins/data/node_modules:${WORKSPACE}/node_modules -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker'
}
}
stages {
stage('BUILD IMAGE') {
steps {
......
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