forked from jenkinsci/warnings-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/main/resources/hudson/plugins/warnings/tokens/WarningsCountTokenMacro/help.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<j:jelly xmlns:j="jelly:core"> | ||
|
||
<dt>$${WARNINGS_COUNT}</dt> | ||
<dd> | ||
Expands to the total number of compiler warnings in a build. | ||
</dd> | ||
|
||
</j:jelly> |
8 changes: 8 additions & 0 deletions
8
src/main/resources/hudson/plugins/warnings/tokens/WarningsResultTokenMacro/help.jelly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<j:jelly xmlns:j="jelly:core"> | ||
|
||
<dt>$${WARNINGS_RESULT}</dt> | ||
<dd> | ||
Expands to the build result of the warnings plug-in. | ||
</dd> | ||
|
||
</j:jelly> |
16 changes: 16 additions & 0 deletions
16
src/test/resources/hudson/plugins/warnings/parser/issue8823.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
1 file(s) deleted. | ||
Updating build tree... | ||
reservations.c board.c digio.c int.c led.c mcu.c mem.c | ||
cstartup.s51 | ||
debug.s51 | ||
Linking | ||
Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f]) | ||
|
||
Total number of errors: 0 | ||
Total number of warnings: 1 | ||
|
||
c:\hudson\jobs\SmartRF05 FW\workspace>exit 0 | ||
[WARNINGS] Parsing warnings in console log... | ||
Archiving artifacts | ||
Finished: SUCCESS | ||
|