Can someone explain the concept of artifacts in build process. I have the workspace directory where I check out the code to compile and run my ant scripts etc. At the end, in my case, I get a jar file that's ready to install. Is that considered to be the artifact? Where should I tell my build script to put the jar file?
I'm getting this error:
artifacts/*.jar doesn’t match anything: even ‘artifacts’ doesn’t exist