mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +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 |
||
---|---|---|
.. | ||
FileUtilsTest.groovy | ||
MTABuildTest.groovy | ||
NeoDeploymentTest.groovy | ||
PiperTestBase.groovy | ||
ProjectSource.groovy | ||
ToolValidateTest.groovy | ||
UtilsTest.groovy | ||
VersionTest.groovy |