test
This commit is contained in:
parent
c97cecf951
commit
cecd1a7497
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -47,6 +47,7 @@ pipeline {
|
||||||
sh "echo ${AWS_IMAGE}"
|
sh "echo ${AWS_IMAGE}"
|
||||||
script {
|
script {
|
||||||
docker.build("${AWS_IMAGE}", '-f src/worker/Dockerfile ./src/worker/ --no-cache')
|
docker.build("${AWS_IMAGE}", '-f src/worker/Dockerfile ./src/worker/ --no-cache')
|
||||||
|
// docker.build("${AWS_IMAGE}", '--no-cache --pull -f src/Service/Infrastructure/App/Dockerfile .')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue