ant - Publishing to Artifactory using Jenkins -
ant - Publishing to Artifactory using Jenkins -
i trying utilize generic jenkins-artifactory plugin deploy contents of jenkins build workspace artifactory. seems fine using next wildcards
web\*.msi=>testing\web web\deploymentsettings\*.xml=>testing\web\deploymentsettings database\scripts\**=>testing\database
however, when comes moving contents of 'database\scripts' jenkins workspace, empty folders under 'database\scripts' not copied artifactory. non-empty folders copied successfully. of import maintain directory integrity/structure it's must re-create these across.
i have considered placing empty text files in empty directories have them re-create on don't want "pollute" package.
please help :-)
thanks!
looks there no workaround -other dummy files in directories. see bugs in jenkins releated handling empty directories. jenkins-7260 clone workspace doesn't re-create empty directories when cloning entire workspace jenkins-20654empty folders not copied slave
could check if reply posted in hudson: re-create artifact master slave fails helps?
ant jenkins wildcard artifactory
Comments
Post a Comment