i'm having trouble with uploading zip file to nexus via jenkins using the nexus artifact uploader plugin
the weirdest part is that i'm uploading two files to Nexus, the first zip is being uploaded, no problems at all... but then, the second zip is doing the problems (the only difference between them, is their size, the second zip is bigger the 1GB)
my job is doing "gulp deploy" and compress it to a zip file, then, uploading it to nexus, and after that, i'm compiling a big (1.6GB) MSBuild project and compress (1.1GB) it too, but it won't upload it...
i'm using a windows slave to do the msbuild and the upload. when i try to upload the same file from the local centos to the out ip it works.enter image description here