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: Tasks/NodeToolV0/Strings/resources.resjson/en-US/resources.resjson
+4
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
"loc.input.help.force32bit": "Installs the x86 version of Node regardless of the CPU architecture of the agent.",
16
16
"loc.input.label.nodejsMirror": "Set source for Node.js binaries",
17
17
"loc.input.help.nodejsMirror": "Use an alternative installation mirror when sourcing the Node.js binaries.",
18
+
"loc.input.label.retryCountOnDownloadFails": "Set retry count when nodes downloads failed",
19
+
"loc.input.help.retryCountOnDownloadFails": "Use this option when the task failed to download node binaries from the mirror. The task will retry to download the binaries for the specified times.",
20
+
"loc.input.label.delayBetweenRetries": "Set delay between retries",
21
+
"loc.input.help.delayBetweenRetries": "Use this option to set the delay between retries in milliseconds. The default value is 1000 milliseconds.",
Copy file name to clipboardExpand all lines: Tasks/NodeToolV0/task.json
+19-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"version": {
15
15
"Major": 0,
16
16
"Minor": 231,
17
-
"Patch": 0
17
+
"Patch": 2
18
18
},
19
19
"satisfies": [
20
20
"Node",
@@ -82,6 +82,24 @@
82
82
"required": false,
83
83
"groupName": "advanced",
84
84
"helpMarkDown": "Use an alternative installation mirror when sourcing the Node.js binaries."
85
+
},
86
+
{
87
+
"name": "retryCountOnDownloadFails",
88
+
"type": "string",
89
+
"label": "Set retry count when nodes downloads failed",
90
+
"defaultValue": "5",
91
+
"required": false,
92
+
"groupName": "advanced",
93
+
"helpMarkDown": "Use this option when the task failed to download node binaries from the mirror. The task will retry to download the binaries for the specified times."
94
+
},
95
+
{
96
+
"name": "delayBetweenRetries",
97
+
"type": "string",
98
+
"label": "Set delay between retries",
99
+
"defaultValue": "1000",
100
+
"required": false,
101
+
"groupName": "advanced",
102
+
"helpMarkDown": "Use this option to set the delay between retries in milliseconds. The default value is 1000 milliseconds."
Copy file name to clipboardExpand all lines: Tasks/UseNodeV1/Strings/resources.resjson/en-US/resources.resjson
+4
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
"loc.input.help.checkLatest": "Always checks online for the latest available version that satisfies the version spec. This is typically false unless you have a specific scenario to always get latest. This will cause it to incur download costs when potentially not necessary, especially with the hosted build pool.",
10
10
"loc.input.label.force32bit": "Use 32 bit version on x64 agents",
11
11
"loc.input.help.force32bit": "Installs the x86 version of Node regardless of the CPU architecture of the agent.",
12
+
"loc.input.label.retryCountOnDownloadFails": "Set retry count when nodes downloads failed",
13
+
"loc.input.help.retryCountOnDownloadFails": "Use this option when the task failed to download node binaries from the mirror. The task will retry to download the binaries for the specified times.",
14
+
"loc.input.label.delayBetweenRetries": "Set delay between retries",
15
+
"loc.input.help.delayBetweenRetries": "Use this option to set the delay between retries in milliseconds. The default value is 1000 milliseconds.",
Copy file name to clipboardExpand all lines: Tasks/UseNodeV1/task.json
+19-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"version": {
18
18
"Major": 1,
19
19
"Minor": 231,
20
-
"Patch": 0
20
+
"Patch": 2
21
21
},
22
22
"satisfies": [
23
23
"Node",
@@ -50,6 +50,24 @@
50
50
"defaultValue": "false",
51
51
"required": false,
52
52
"helpMarkDown": "Installs the x86 version of Node regardless of the CPU architecture of the agent."
53
+
},
54
+
{
55
+
"name": "retryCountOnDownloadFails",
56
+
"type": "string",
57
+
"label": "Set retry count when nodes downloads failed",
58
+
"defaultValue": "5",
59
+
"required": false,
60
+
"groupName": "advanced",
61
+
"helpMarkDown": "Use this option when the task failed to download node binaries from the mirror. The task will retry to download the binaries for the specified times."
62
+
},
63
+
{
64
+
"name": "delayBetweenRetries",
65
+
"type": "string",
66
+
"label": "Set delay between retries",
67
+
"defaultValue": "1000",
68
+
"required": false,
69
+
"groupName": "advanced",
70
+
"helpMarkDown": "Use this option to set the delay between retries in milliseconds. The default value is 1000 milliseconds."
Copy file name to clipboardExpand all lines: _generated/NodeToolV0/Strings/resources.resjson/en-US/resources.resjson
+4
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
"loc.input.help.force32bit": "Installs the x86 version of Node regardless of the CPU architecture of the agent.",
16
16
"loc.input.label.nodejsMirror": "Set source for Node.js binaries",
17
17
"loc.input.help.nodejsMirror": "Use an alternative installation mirror when sourcing the Node.js binaries.",
18
+
"loc.input.label.retryCountOnDownloadFails": "Set retry count when nodes downloads failed",
19
+
"loc.input.help.retryCountOnDownloadFails": "Use this option when the task failed to download node binaries from the mirror. The task will retry to download the binaries for the specified times.",
20
+
"loc.input.label.delayBetweenRetries": "Set delay between retries",
21
+
"loc.input.help.delayBetweenRetries": "Use this option to set the delay between retries in milliseconds. The default value is 1000 milliseconds.",
0 commit comments