You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ pipeline {
489
489
Run only the tests whose name matches one of the positive patterns but none of the negative patterns. <b>\'?\'</b> matches any single character; <b>\'*\'</b> matches any substring; <b>\':\'</b> separates two patterns.''')
490
490
string(
491
491
name: 'LIBUV_VERSION',
492
-
defaultValue: '1.34.0',
492
+
defaultValue: '1.38.0',
493
493
description: '''<p>libuv version to build and use</p>
0 commit comments