Re: Even after having 'wipe out repository & force clone' option, my workspace is not fresh

2017-04-20 Thread Mark Waite
I'm surprised that doesn't work in a pipeline context. I thought I had integration tests which were checking that. I'll need to double check. Please submit a bug report with steps to duplicate the problem. Pipeline has the deleteDir() step which will delete the contents of the current directory,

Even after having 'wipe out repository & force clone' option, my workspace is not fresh

2017-04-20 Thread ishan jain
I am selecting below option in my build pipeline, where internally i would checkout a repo and work on it. But the worspace with the repository clone is still there in every job execution and this is creating problems for me. I have to manually delete the worspace on the server everytime to make