jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Support remote execution by removing `jth.jenkins-war.path` #233

Closed sghill closed 2 months ago

sghill commented 2 months ago

Remote execution does not work when jth.jenkins-war.path is configured to a path on the local system. The fallback behavior of discovering a war on the classpath does work.

Testing done

Updated tests that were asserting on the jenkins test runtime classpath. All remaining tests pass.

Submitter checklist