In the advanced section of your maven build, you can "Disable automatic artifact archiving" With the "Create Job Advanced Plugin" you can disable this setting per default for new jobs: https://wiki.jenkins-ci.org/display/JENKINS/Create+Job+Advanced+Plugin /Domi
On 18.12.2012, at 16:26, Kanstantsin Shautsou <gentoo.inte...@gmail.com> wrote: > You use maven style project, it saves build artifacts. If you have problems > with space, decrease history. > > On 10.12.2012, at 20:41, Nicky Ramone <nixe...@gmail.com> wrote: > >> Hello. >> >> I noticed that despite my configuration is defined so that no artifacts are >> archived, the artifacts are stored in the disk anyway for all builds. >> Example: >> $JENKINS_HOME/jobs/dummy/modules/com.dummy/builds/2012-07-12_10-24-06/archive/com.dummy/dummy/dummy,tar.gz >> >> Is this due to fingerprinting? is there any way to avoid this? >> >> Thanks >> Regards >