src/main/webapp/help-envParametersHelp.html [45:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
]
Commas in the name or value must be escaped. For freestyle projects, escape with one backslash:
[
{
VAR,
value1\,value2
}
]
For pipeline projects, escape with two backslashes:
awsCodeBuild ... envVariables: '[{VAR, value1\\,value2}]'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/main/webapp/help-envVariablesHelp.html [42:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
]
Commas in the name or value must be escaped. For freestyle projects, escape with one backslash:
[
{
VAR,
value1\,value2
}
]
For pipeline projects, escape with two backslashes:
awsCodeBuild ... envVariables: '[{VAR, value1\\,value2}]'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -