Changing the default concurrent workspace identifier "@X" in pipeline job

61 views
Skip to first unread message

Pierre Lerouge

unread,
Nov 14, 2016, 10:22:15 AM11/14/16
to Jenkins Users
Hi, 

I'm having an issue with pipeline jobs, 
basically there's a maven job that call sqlplus, 
my problem is when we have concurrent builds, 
we launch scripts from sqlplus, and it really doens't support file path with "@" inside.
when there is no concurrent builds, it works great but as soon as a build is running with an "@2" for example, sqlplus fails.

Is there any way to define another separator than "@" ?

Thank you for your help.

Best Regards, 
Pierre LEROUGE

Daniel Beck

unread,
Nov 14, 2016, 10:38:16 AM11/14/16
to jenkins...@googlegroups.com

> On 14.11.2016, at 16:22, Pierre Lerouge <lerouge...@gmail.com> wrote:
>
> Is there any way to define another separator than "@" ?
>

https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties

java -Dhudson.slaves.WorkspaceList=_ -jar jenkins.war

Pierre Lerouge

unread,
Nov 14, 2016, 11:28:37 AM11/14/16
to Jenkins Users, m...@beckweb.net
Thank you very much sir !
That's all I needed !
Reply all
Reply to author
Forward
0 new messages