mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
d3efa3edb7
Without proper quotation characters with a special semantics on shell level (e.g. "${}", "!", """ gets escaped on shell level before handed over to the neo tool. neoExecutable is surrounded by double quotes since we may have shell ${variables} inside the groovy variable. All other variables (user, host, account, password) are surrounded by single quotes since we do not expect to be variables used here. The neoExecutable is