Newlines in extraProperties in yaml pipeline are not parsed correctly

Hi,

You have to add a pipe just after ‘extra properties’ like this :

extraProperties: |
  sonar.projectKey=project-key
  sonar.projectName=project-name

Mickaël

1 Like