Skip to content

Commit 749854a

Browse files
committed
Do dirs as manager does
1 parent e40766a commit 749854a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ node {
4848
BUILD_NAME = URLDecoder.decode(env.BUILD_TAG, "UTF-8").replaceAll("[^a-zA-Z0-9_.-]", "_")
4949
image = docker.build(BUILD_NAME.toLowerCase(), '.')
5050
image.inside() { c ->
51-
dir('ReDoc-customized/ReDoc-customized') {
52-
sh "yarn install"
53-
sh "yarn bundle"
54-
}
51+
sh "cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle"
5552
}
5653
}
5754

0 commit comments

Comments
 (0)