Branch: refs/heads/master
Home: https://github.com/jenkinsci/p4-plugin
Commit: a22e123221c4bfbaafe11bc58fb7ef900f38efb2
https://github.com/jenkinsci/p4-plugin/commit/a22e123221c4bfbaafe11bc58fb7ef900f38efb2
Author: Daniel Jeznach <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java
M src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.groovy
M
src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.properties
M
src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.groovy
M
src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.properties
A
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPerChangeImpl/help-perChange.html
M src/test/java/org/jenkinsci/plugins/p4/client/PollingTest.java
Log Message:
-----------
Add support for P4_INCREMENTAL parameter
It has effect only when "Polling per change" filter is active.
When P4_INCREMENTAL environment variable exists and has string value "false",
"Polling per change" filter is ignored and all changelists are built.
If this parameter does not exist or has value "true", "Polling per
change" filter works normally.
This is to allow controlling of "Polling per change" behavior in
FreeStyleProject jobs.
Commit: 3e3d8ee74cb83e36c3fa7678dd8d9e3bbd8f2a9a
https://github.com/jenkinsci/p4-plugin/commit/3e3d8ee74cb83e36c3fa7678dd8d9e3bbd8f2a9a
Author: Paul Allen <[email protected]>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java
M src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.groovy
M
src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.properties
M
src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.groovy
M
src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.properties
A
src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPerChangeImpl/help-perChange.html
M src/test/java/org/jenkinsci/plugins/p4/client/PollingTest.java
Log Message:
-----------
Merge pull request #129 from nephre/polling_per_change
Add support for controlling polling per change filter behavior with build
parameter
Compare:
https://github.com/jenkinsci/p4-plugin/compare/ecc6c62256e1...3e3d8ee74cb8
--
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/p4-plugin/push/refs/heads/master/ecc6c6-3e3d8e%40github.com.