delete no-cache flag
This commit is contained in:
parent
f0d59be6c1
commit
60e6b3cd85
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
|
|
||||||
stage ("Build Docker image") {
|
stage ("Build Docker image") {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker build --no-cache -t ium_docker .'
|
sh 'docker build -t ium_docker .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user