Branch: refs/heads/master
Home: https://github.com/jenkinsci/plugin-compat-tester
Commit: 943a678afd97f11f662203ebe33b30b7601163f9
https://github.com/jenkinsci/plugin-compat-tester/commit/943a678afd97f11f662203ebe33b30b7601163f9
Author: James Nord <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M src/main/java/org/jenkins/tools/test/PluginCompatTesterCli.java
A
src/main/java/org/jenkins/tools/test/picocli/ExistingFileTypeConverter.java
A
src/test/java/org/jenkins/tools/test/picocli/ExistingFileTypeConverterTest.java
Log Message:
-----------
simple validation for file based parameters
if a File based paramter is set (excluding workingDir which we create)
then parsing the arg will fail early rather than continuing and then
erroring (or silently swallowing it) later in the run
fixes #449
Commit: 0077ac67347978cc1ee77ed47d329045102788d5
https://github.com/jenkinsci/plugin-compat-tester/commit/0077ac67347978cc1ee77ed47d329045102788d5
Author: James Nord <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M
src/main/java/org/jenkins/tools/test/picocli/ExistingFileTypeConverter.java
Log Message:
-----------
Address spotbugs warning
Commit: 7be7b5e71bc1024299e3f80293a8bae458119b4e
https://github.com/jenkinsci/plugin-compat-tester/commit/7be7b5e71bc1024299e3f80293a8bae458119b4e
Author: James Nord <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
A .mvn/jvm.config
M pom.xml
Log Message:
-----------
try and constrain the JVM to avoid OOMs
Commit: e2258a178e15cdab23692b2e3aeb1d155a1bd951
https://github.com/jenkinsci/plugin-compat-tester/commit/e2258a178e15cdab23692b2e3aeb1d155a1bd951
Author: James Nord <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
A .mvn/jvm.config
M pom.xml
M src/main/java/org/jenkins/tools/test/PluginCompatTesterCli.java
A
src/main/java/org/jenkins/tools/test/picocli/ExistingFileTypeConverter.java
A
src/test/java/org/jenkins/tools/test/picocli/ExistingFileTypeConverterTest.java
Log Message:
-----------
Merge pull request #483 from jenkinsci/check-file-params
validate file based arguments point to existing files / directories
Compare:
https://github.com/jenkinsci/plugin-compat-tester/compare/211bd88e38cf...e2258a178e15
--
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/plugin-compat-tester/push/refs/heads/master/211bd8-e2258a%40github.com.