Hi,

is it possible to archive hidden folders (.svn in my case) using the "archive" (or similar) step?

The ArtifactArchiver (which I believe the archive step is based on) has a method "boolean defaultExcludes()" but the interface is not available in the archive step.

I also tried
step([$class: 'ArtifactArchiver', artifacts: 'src/', excludes: '', defaultExcludes: false])

and even

def aa = new hudson.tasks.ArtifactArchiver('src/')
aa.setDefaultExcludes(false)
step aa

without success.

Thanks
Christoph



--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d47e3640d77bfd8aa5013e10546b8a2c%40kfpc.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to