Home > other >  Passing string with single quotes from jenkins to file
Passing string with single quotes from jenkins to file

Time:01-23

In jenkins pipeline I'm defining a condition for where clause in sql statement:

else if  (params.targetEnv == "dev"){
    condition = "where DATABASENAME like '           
  • Related