TeamCity: Artifact paths configuration for a Java web project
I want to put the WAR & Exploded artifacts to C:\TEMP (or any other recommended) directory. I've tried these
*.zip => C:\TEMP\ XXX
*.war => C:\TEMP\
**/*.* => C:\TEMP\
out/*.* => C:\TEMP\
out/**/* => C:\TEMP\
out/* => C:\TEMP\
but everything fails.
Please sign in to leave a comment.