Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/durable-task-plugin
  Commit: 8114138f29f99cb8232a284e5423ef27d3ff10f5
      
https://github.com/jenkinsci/durable-task-plugin/commit/8114138f29f99cb8232a284e5423ef27d3ff10f5
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java

  Log Message:
  -----------
  More efficient `lastLocation` handling in watch mode


  Commit: e2eb5c4925db58a35d1a2872b1d2b0cd06d5898d
      
https://github.com/jenkinsci/durable-task-plugin/commit/e2eb5c4925db58a35d1a2872b1d2b0cd06d5898d
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Adding on-controller test mode to `BourneShellScriptTest`.
Though `.watch` actually ran decent test coverage of push mode,
JaCoCo did not show `Watcher` since all the tests ran on agents in another JVM.
Adding a mode to run on-controller since people do sometimes do that,
and it should show up in JaCoCo,
and log messages from the watcher go to test output which is helpful.


  Commit: b3cba3b1bd34d91c31281bbb768bb92e28bb1af7
      
https://github.com/jenkinsci/durable-task-plugin/commit/b3cba3b1bd34d91c31281bbb768bb92e28bb1af7
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Work around 
https://github.com/jenkinsci/plugin-pom/pull/560#issuecomment-1656232490 so it 
is possible to run e.g. `mvn test 
-Dtest="BourneShellScriptTest#binaryCaching[0: ON_CONTROLLER]"`


  Commit: 67e67f02050565aa425e23c0c861f6d765888e77
      
https://github.com/jenkinsci/durable-task-plugin/commit/67e67f02050565aa425e23c0c861f6d765888e77
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  `binaryCaching` was failing `ON_CONTROLLER` due to a fragile calculation of 
`binaryPath`


  Commit: 9445f80dd923af630c7cd648e6219e509a17d75e
      
https://github.com/jenkinsci/durable-task-plugin/commit/9445f80dd923af630c7cd648e6219e509a17d75e
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Reviewed `switch`es on `platform` and aligned `ON_CONTROLLER` with `NATIVE`


  Commit: aa22cf15d5e07bd99247e71ed467ae5107b74d73
      
https://github.com/jenkinsci/durable-task-plugin/commit/aa22cf15d5e07bd99247e71ed467ae5107b74d73
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java
    M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java

  Log Message:
  -----------
  Merge pull request #187 from jglick/lastLocation

More efficient `lastLocation` handling in watch mode


Compare: 
https://github.com/jenkinsci/durable-task-plugin/compare/989bc642c30c...aa22cf15d5e0

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/durable-task-plugin/push/refs/heads/master/989bc6-aa22cf%40github.com.

Reply via email to