Branch: refs/heads/master
Home: https://github.com/jenkinsci/gerrit-trigger-plugin
Commit: 097281778811b8207f7abf7ab4a882718fe5427b
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/097281778811b8207f7abf7ab4a882718fe5427b
Author: Aleksey Svistunov <[email protected]>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderTest.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
Log Message:
-----------
[UT] Add checking of a message used in ReviewInput
Commit: b0b7d0c2fc7ec802ccf93f039eb93906f46e0264
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/b0b7d0c2fc7ec802ccf93f039eb93906f46e0264
Author: svistun <[email protected]>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
Log Message:
-----------
Fix retrieving review message.
In case of NOT_BUILT status (for ex. when a build was removed from
the queue before it has been started) we get null in both labels:
Verify and Code-Review.
In this case we remove these labels from result command. After that
assuming review message is located between "--message '" and "' --"
fails due to we got extra spaces after labels has been removed.
As a result, an option following the message is parsed as a part
of the message.
Commit: e41aefb94bb70487f44d808d2578921a7536f165
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/e41aefb94bb70487f44d808d2578921a7536f165
Author: Robert Sandell <[email protected]>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
Log Message:
-----------
Remove debug system.out
Commit: d63f96f862956313464482e479331ab9376751b7
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/d63f96f862956313464482e479331ab9376751b7
Author: Robert Sandell <[email protected]>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
Log Message:
-----------
checkstyle trailing space
Commit: 149966d4d9b854591b4315a4eaebb20c344595ed
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/149966d4d9b854591b4315a4eaebb20c344595ed
Author: Robert Sandell <[email protected]>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpanderTest.java
M
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/mock/MockGerritHudsonTriggerConfig.java
Log Message:
-----------
Merge pull request #422 from build-developonbox-ru/master
Fix retrieving review message.
Compare:
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/ce5549a1af1d...149966d4d9b8
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gerrit-trigger-plugin/push/refs/heads/master/ce5549-149966%40github.com.