RE: Run jenkins jobs as different user or switch user during the execution

2020-10-08 Thread iris Jasper Orschulko
you could do something along the line of su testuser -c 'command to run as testuser' From: jenkinsci-users@googlegroups.com [jenkinsci-users@googlegroups.com] on behalf of Amit Chettri [amitchettri...@gmail.com] Sent: Wednesday, October 07, 2020 9:24 PM To: Jenkins Users Subject: Run jenkin

why my pipeline creates different workspaces?

2020-10-08 Thread jesus fernandez
I am quite new to Jenkins. I managed to create a simple pipeline to pull from perforce and build the project every commit, but I find sometimes it creates a different workspace such as project@2, project@tmp, project@tmp@2 and so on... why does this happen I have even set the customworkspace. S