Skip to content

Commit d57f777

Browse files
author
Chris Park
committed
Wrong path to Dockerfile
1 parent eaabbb9 commit d57f777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile.examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node {
99
checkout scm
1010
}
1111
stage("Build Dockerfile") {
12-
dir ('./docker') {
12+
dir ('./examples/docker') {
1313
docker.build("${TEST_CONTAINER}")
1414
}
1515
}

0 commit comments

Comments
 (0)