Skip to content

Commit 6fe6a1f

Browse files
committed
[RelEng] Adapt checkout in update-index job to new website file paths
This was missing in - eclipse-platform#3813
1 parent 21f528f commit 6fe6a1f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

JenkinsJobs/Releng/updateIndex.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ pipeline {
2626
checkout scmGit(userRemoteConfigs: [[url: "${scm.userRemoteConfigs[0].url}"]], branches: [[name: "${scm.branches[0].name}"]],
2727
extensions: [cloneOption(depth: 1, shallow: true, noTags: true), sparseCheckout([
2828
[path: 'JenkinsJobs/shared/utilities.groovy'],
29-
[path: 'sites/eclipse'],
30-
[path: 'sites/equinox'],
29+
[path: 'sites/websites'],
3130
])])
3231
}
3332
script {

0 commit comments

Comments
 (0)