This commit is contained in:
parent
bf9aa952a5
commit
01a115d848
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
steps{
|
steps{
|
||||||
sh 'docker build -t ${dockerImage} .'
|
sh 'docker build --force-rm --no-cache --pull -t ${dockerImage} .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user