History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3373
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Robin Shen
Reporter: J. Mash
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Embedded Scripts - Commented lines are not excluded from initial parsing

Created: 16/Apr/19 02:26 PM   Updated: 16/Apr/19 02:26 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Consider the following script example:

1: ${groovy:
2: //if (build.isBroken()) {
3: // println( "build is broken..." );
4: //}
5: println( "Test..." );
6: }

In this case, the script will fail to compile due to the unescaped bracket on line 4, but it's commented out and probably shouldn't be parsed at all.

 All   Comments   Work Log   Change History      Sort Order:
There are no entries against this issue.