Branch: refs/heads/master
Home: https://github.com/jenkinsci/gerrit-trigger-plugin
Commit: dc719295809befb8e1bbcdebc9737aff07a5b119
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/dc719295809befb8e1bbcdebc9737aff07a5b119
Author: Peter Walls <[email protected]>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProject.java
A
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectForbiddenFilesTest.java
Log Message:
-----------
Prevent forbiddenFilePaths from corrupting following filePath matches
When iterating over multiple jobs set to listen to Gerrit events
a job using forbiddenFilePaths will remove files from the filePaths
that will be checked for jobs that are checked later on. This has
been fixed by changing the file list object to a local copy in the
method doing the check instead of a reference to the object used
later on
Commit: 3fe071f0d4cbbf63e6826b25753c3b39360fdd86
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/3fe071f0d4cbbf63e6826b25753c3b39360fdd86
Author: Robert Sandell <[email protected]>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProject.java
A
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/data/GerritProjectForbiddenFilesTest.java
Log Message:
-----------
Merge pull request #409 from peter-walls/master
Prevent forbiddenFilePaths from corrupting following filePath matches
Compare:
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/a33238f8e09d...3fe071f0d4cb
--
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/a33238-3fe071%40github.com.