deploy
This commit is contained in:
parent
140ce8073c
commit
9059c7a79e
|
|
@ -5,6 +5,7 @@ pipeline {
|
|||
stage('create nginx-with-tools-docker') {
|
||||
steps {
|
||||
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 ."
|
||||
sh(nxinx_build);
|
||||
}
|
||||
|
|
@ -12,3 +13,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue