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
if curl is missing (which is the default on a windows system), the nexus deployer fails somewhat silently with "Artifact Upload failed - status code unknown for .... "
I'd suggest adding this fact to the documentation.
Also please log stderr output, e.g.
childProcess.stderr.on('data', function (data) {
log.writeln(data);
});
I'd do a PR but I don't have git installed on this machine here. ;-)
Best regards,
David
The text was updated successfully, but these errors were encountered:
Hi,
if curl is missing (which is the default on a windows system), the nexus deployer fails somewhat silently with "Artifact Upload failed - status code unknown for .... "
I'd suggest adding this fact to the documentation.
Also please log stderr output, e.g.
childProcess.stderr.on('data', function (data) {
log.writeln(data);
});
I'd do a PR but I don't have git installed on this machine here. ;-)
Best regards,
David
The text was updated successfully, but these errors were encountered: