Little changes
This commit is contained in:
parent
8db26fc2de
commit
140ce8073c
|
|
@ -2,10 +2,10 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('create ginx-with-tools-docker') {
|
stage('create nginx-with-tools-docker') {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
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