1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy
Marcus Holl d3efa3edb7 [fix] missing quotes in neoDeploy shell exectution
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
2017-12-01 09:51:54 +01:00
..
FileUtilsTest.groovy adapt setUp method 2017-11-21 14:27:05 +01:00
MTABuildTest.groovy remove closure in withPipeline(p) 2017-11-21 16:27:01 +01:00
NeoDeploymentTest.groovy [fix] missing quotes in neoDeploy shell exectution 2017-12-01 09:51:54 +01:00
PiperTestBase.groovy remove closure in withPipeline(p) 2017-11-21 16:27:01 +01:00
ProjectSource.groovy Initial version of piper-lib. 2017-11-10 16:30:52 +01:00
ToolValidateTest.groovy remove closure in withPipeline(p) 2017-11-21 16:27:01 +01:00
UtilsTest.groovy getMandatoryParameter() unit tests 2017-11-17 14:40:56 +01:00
VersionTest.groovy Initial version of piper-lib. 2017-11-10 16:30:52 +01:00