Branch: refs/heads/master
Home: https://github.com/jenkinsci/plasticscm-plugin
Commit: 3ee75b45246c08e1494c1745a38ff57042176b52
https://github.com/jenkinsci/plasticscm-plugin/commit/3ee75b45246c08e1494c1745a38ff57042176b52
Author: Mikael Kalms <[email protected]>
Date: 2021-09-11 (Sat, 11 Sep 2021)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
Log Message:
-----------
Polling is done on the controller, without any workspace
Agent-side polling is not compatible with on-demand provisioned agents, because
agents change names, and the workspaces do not exist at the time of polling.
Moving the polling to the controller allows use of the PlasticSCM plugin
together with on-demand provisioned agents using plugins such as
google-compute-engine-plugin.
Commit: c6853a7e15f088f33f321ecd395ce1486a4fd186
https://github.com/jenkinsci/plasticscm-plugin/commit/c6853a7e15f088f33f321ecd395ce1486a4fd186
Author: Mikael Kalms <[email protected]>
Date: 2021-09-12 (Sun, 12 Sep 2021)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
A src/main/webapp/pollOnController.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
Log Message:
-----------
Controller-based polling is opt-in per project
Controller-based polling is a breaking change. Users need to ensure that the
PlasticSCM commandline client is present on the controller, and is properly
configured. To avoid breaking existing installations, it's better to make it
opt-in than to activate it globally or make it opt-out.
Commit: 93e785aa20928148a93234d7cf03636f02df67e2
https://github.com/jenkinsci/plasticscm-plugin/commit/93e785aa20928148a93234d7cf03636f02df67e2
Author: Mikael Kalms <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
Log Message:
-----------
Removed unnecessary comments
Commit: e2f0b05a5471491b8b315caef9b1f732a6b0da15
https://github.com/jenkinsci/plasticscm-plugin/commit/e2f0b05a5471491b8b315caef9b1f732a6b0da15
Author: Mikael Kalms <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M src/main/webapp/pollOnController.html
Log Message:
-----------
Documented Jenkins' caching behavior for polling settings
Commit: f14c80dd87199f79b1e4dd7ce89892df70b69309
https://github.com/jenkinsci/plasticscm-plugin/commit/f14c80dd87199f79b1e4dd7ce89892df70b69309
Author: Mikael Kalms <[email protected]>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M README.md
M doc/img/freestyle-configuration.png
Log Message:
-----------
Added description of 'Poll on controller' feature
Also, updated first screenshot to show the UI toggle
Commit: de3fcacbbfb5498de0837f3413790451687f8aba
https://github.com/jenkinsci/plasticscm-plugin/commit/de3fcacbbfb5498de0837f3413790451687f8aba
Author: Miguel <[email protected]>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M README.md
M doc/img/freestyle-configuration.png
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
A src/main/webapp/pollOnController.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
Log Message:
-----------
Merge pull request #43 from Kalmalyzer/poll-on-master
Polling can be done on the controller, without any workspace
Compare:
https://github.com/jenkinsci/plasticscm-plugin/compare/afc18e11a5c6...de3fcacbbfb5
--
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/plasticscm-plugin/push/refs/heads/master/afc18e-de3fca%40github.com.