If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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.
|
Description
|
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. |
Show » |
There are no entries against this issue.
|
|