I apologize if this post is a duplicate. I sent email to the list earlier, but it doesn't appear to have shown up.
Can you have > 1 artifact cleanup publisher? I'm slightly confused by how the publisher behaves. I can have a line that looks like this: <artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="50" /> which will keep the last 50 builds. Does this line also clean up the modification history to only include modifications for the last 50 builds? I ask because I could have a line that looks like this: <artifactcleanup cleanUpMethod="KeepMaximumXHistoryDataEntries" cleanUpValue="50" /> This would keep the last 50 history entries, but does this do anything with builds? Or can I have two lines: <artifactcleanup cleanUpMethod="KeepMaximumXHistoryDataEntries" cleanUpValue="50" /> <artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="50" /> That will each do one specific task each? Thanks in advance.
