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