You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
I'm having difficulties trying to reference the checked out files in a build step. I can get the workspace using that environment variable but I want to run a build step only on those files that are "new."
Example:
Jenkins run SVN Update
trunk\images\507959212.jpg is created in workspace
Run build step (windows batch command) on this new image
There may be other images in the workspace but I only want to run the build step on any new ones.