Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More efficient lastLocation handling in watch mode #187

Merged
merged 5 commits into from
Aug 18, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    8114138 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 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.
    jglick committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e2eb5c4 View commit details
    Browse the repository at this point in the history
  2. Work around jenkinsci/plugin-pom#560 (comment) so it is possible to r…

    …un e.g. `mvn test -Dtest="BourneShellScriptTest#binaryCaching[0: ON_CONTROLLER]"`
    jglick committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b3cba3b View commit details
    Browse the repository at this point in the history
  3. binaryCaching was failing ON_CONTROLLER due to a fragile calculat…

    …ion of `binaryPath`
    jglick committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    67e67f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9445f80 View commit details
    Browse the repository at this point in the history