Skip to content

Commit 8f298f7

Browse files
committed
Use hard-coded workpace for windows builds to avoid path length issues
1 parent b47d81d commit 8f298f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
display-name: "elastic / elasticsearch # %BRANCH% - pull request part-1 windows"
55
description: "Testing of Elasticsearch pull requests - part-1 windows"
66
node: "windows-immutable"
7+
workspace: "C:\\Users\\jenkins\\workspace\\pr-part-1\\${BUILD_NUMBER}"
78
scm:
89
- git:
910
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"

.ci/jobs.t/elastic+elasticsearch+pull-request+part-2-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
display-name: "elastic / elasticsearch # %BRANCH% - pull request part-2 windows"
55
description: "Testing of Elasticsearch pull requests - part-2 windows"
66
node: "windows-immutable"
7+
workspace: "C:\\Users\\jenkins\\workspace\\pr-part-2\\${BUILD_NUMBER}"
78
scm:
89
- git:
910
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"

0 commit comments

Comments
 (0)