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.