Skip to content

Commit 89cea5b

Browse files
Try without custom workspace
1 parent d827774 commit 89cea5b

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
@@ -7,7 +7,7 @@ pipeline {
77
label {
88
label "JSON_Bourne"
99
// Use custom workspace to avoid issue with long filepaths on Win32
10-
customWorkspace "C:/JSON_Bourne/${env.BRANCH_NAME}"
10+
//customWorkspace "C:/JSON_Bourne/${env.BRANCH_NAME}"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)