Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In Synopsys Detect for Jenkins versions 2.0.2 and later, several special parameters are automatically escaped. The workflows pertaining to quotation marks and spaces are as follows.

  • Detect properties must be separated by spaces or carriage returns/line feeds.

  • Values containing spaces must be surrounded by either single or double quotation marks ('single' or “double”).

  • Values containing single quotes must be surrounded with double quotation marks.

  • Values containing double quotes must be surrounded with single quotation marks.

Considerations for name escaping conventions

In version 3.0.0, you can turn off auto escaping by setting the environment variable DETECT_PLUGIN_ESCAPING to false.
Jenkins enables you to set an environment variable at different levels, such as globally or on a per-job basis. If you set the environment variable globally to one value, you can set it at a job level to another value. Synopsys recommends setting the environment variable globally to skip escaping (ensuring past jobs work as expected), and then if you want to make jobs with the auto escaping enabled, you modify the environment variable flag in that job's configuration enable escaping the characters. 

For users of Synopsys Detect for Jenkins versions 2.0.0/2.0.1 that are upgrading to version 2.0.2: if you escaped your values, your escape characters are escaped and appear literally.

For example, you have a job that was created in versions 2.0.0 or 2.0.1. In Synopsys Detect for Jenkins version 2.0.2, spaces are not allowed; therefore they must be escaped to have a name with spaces. If the project name is "My Test Project1", you must pass the project name as "My\ Test\ Project1". Hence, the project is uploaded in Black Duck as My Test Project1.

As a part of changes in version 2.0.2, Synopsys allows some special characters, and spaces can be included without escape sequences. Therefore, instead of "My\ Test\ Project1", you can pass it as "My Test Project1" and the project is created successfully and uploaded to Black Duck as My Test Project1.

If there are jobs which are already configured in 2.0.1 as "My\ Test\ Project2" and after upgrading the Synopsys Detect for Jenkins version to 2.0.2, then these existing projects are uploaded to Black Duck as My\ Test\ Project2.

Note that this change has an impact for jobs created in version 2.0.1 with existing project names containing escape sequences and then upgrading Synopsys Detect for Jenkins to version 2.0.2.

If there are existing jobs created with escape sequences, the impact of this change can be larger.

  • No labels