79115382

Date: 2024-10-22 18:40:48
Score: 1.5
Natty:
Report link

If it is a pipeline defined job, use 'sh' pipeline operator, curl and unzip tools: script { sh "curl --insecure --fail --location --user $NEXUS_USER:$NEXUS_PASSWORD $FILE_URL --output $FILE_NAME" sh "unzip $FILE_NAME" }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: euluis