Hi, i'm try to add exclusion rule for Workspace Cleanup Plugin 0.28 version.

I want to exclude "jdbc.test.properties" from deleting.
But it doesn't work.
Everything is being deleted, rule isn't applied. 
I'v tried:

1) jdbc.test.properties
2) /jdbc.test.properties
3) ./jdbc.test.properties
4) somedir/jdbc.test.properties
5) /somedir/jdbc.test.properties
6) ./somedir/jdbc.test.properties
7) ${WORKSPACE}/jdbc.test.properties
8) ${WORKSPACE}/somedir/jdbc.test.properties

somedir because my first build step is "mv ${WORKSPACE}/somedir/* 
${WORKSPACE}"

I've simulated deleting with exclusion via ant target on my pc, and it DO 
work.

Any ideas?

-- 
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/cc243037-ff3d-4cd0-b36b-060e36f7c7d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to