Skip to content

Commit b5c0f52

Browse files
author
Chris Park
committed
--no-cache Jenkinsfile.examples
1 parent 1db4e61 commit b5c0f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node {
1111
}
1212
stage("Build Dockerfile") {
1313
dir ("${DOCKERFILE_DIR}") {
14-
docker.build("${TEST_CONTAINER}")
14+
sh "docker build --no-cache -t ${TEST_CONTAINER} ."
1515
}
1616
}
1717
stage("Run Examples") {

0 commit comments

Comments
 (0)