Skip to content

Commit 8534103

Browse files
committed
ci: build ci image without docker cache
1 parent d428d08 commit 8534103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.unittests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
stage('Prepare docker image') {
1818
steps {
1919
script {
20-
docker.build(env.DOCKER_IMAGE, "-f ci/devel.Dockerfile .")
20+
docker.build(env.DOCKER_IMAGE, "-f ci/devel.Dockerfile --no-cache .")
2121
}
2222
// post can't access to ${env.XX} so we have to use stupid hack, thx Jenkins...
2323
sh '''echo ${DOCKER_IMAGE} > docker-image-name'''

0 commit comments

Comments
 (0)