I'm not sure this is the good place for an issue but I couldn't report it other way.
Variable expansion doesn't work :
env : DIR=dir_a
Pattern : $DIR/**
=> $WORKSPACE/dir_a/file remains
env : DIR=dir_a
Pattern : dir_a/**
=> $WORKSPACE/dir_a/file is deleted
I'm not sure this is the good place for an issue but I couldn't report it other way.
Variable expansion doesn't work :
env : DIR=dir_a
Pattern : $DIR/**
=> $WORKSPACE/dir_a/file remains
env : DIR=dir_a
Pattern : dir_a/**
=> $WORKSPACE/dir_a/file is deleted