Skip to content

Commit 200eb3b

Browse files
author
Chris Park
committed
--no-cache Jenkinsfile.examples
1 parent 67e8699 commit 200eb3b

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
@@ -12,7 +12,7 @@ node {
1212
}
1313
stage("Build Dockerfile") {
1414
dir ("${DOCKERFILE_DIR}") {
15-
docker.build("${TEST_CONTAINER}")
15+
sh "docker build --no-cache -t ${TEST_CONTAINER} ."
1616
}
1717
}
1818
stage("Run Examples") {

0 commit comments

Comments
 (0)