I'm trying to upload zip file using s3 plugin and getting "Expecting Ant GLOB pattern, but saw 'C:\Program Files (x86)\Jenkins\workspace\CD Gateway API\publish.zip' "
Jenkins is installed on MS Server.
[JENKINS-55754] ERROR: Failed to upload files java.io.IOException: Expecting Ant GLOB pattern, but saw 'C:\Program Files (x86)\Jenkins\workspace\CD Gateway API\publish.zip'
Priority | Original: Minor [ 4 ] | New: Blocker [ 1 ] |
Did you try using a relative rather than absolute path? I was getting this until I changed to a path relative to the workspace directory.