deploy
This commit is contained in:
parent
140ce8073c
commit
9059c7a79e
|
|
@ -5,10 +5,12 @@ pipeline {
|
||||||
stage('create nginx-with-tools-docker') {
|
stage('create nginx-with-tools-docker') {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
|
dir("deploy-this"){
|
||||||
def nxinx_build ="docker build --build-arg NGINX_IMAGE=${NGINX_IMAGE} --file ./nginx-with-tools-docker.dockerfile -t nginx-with-tools ."
|
def nxinx_build ="docker build --build-arg NGINX_IMAGE=${NGINX_IMAGE} --file ./nginx-with-tools-docker.dockerfile -t nginx-with-tools ."
|
||||||
sh(nxinx_build);
|
sh(nxinx_build);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue