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. ;-)
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