Skip to content

Commit 6ca33d7

Browse files
committed
casing matters
1 parent 749854a commit 6ca33d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ node {
2121
checkout scm
2222
sh "git fetch"
2323

24-
dir('ReDoc-Customized') {
24+
dir('ReDoc-customized') {
2525
checkout poll: false, scm: [
2626
$class: 'GitSCM',
2727
branches: [[name: 'development']],

0 commit comments

Comments
 (0)