Branch: refs/heads/master
Home: https://github.com/jenkinsci/tm4j-automation-plugin
Commit: 155b8e269c02d4f03101d849b6c3af757af3310a
https://github.com/jenkinsci/tm4j-automation-plugin/commit/155b8e269c02d4f03101d849b6c3af757af3310a
Author: Simon Chapman <[email protected]>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M
src/main/java/com/adaptavist/tm4j/jenkins/cucumber/CucumberFileProcessor.java
Log Message:
-----------
Fix directory creation error
The default path being "target/cucumber_tmp" means the
creation via mkdir will fail if "target" does not already exist.
Commit: 0384a362b90996e1c1c4f908573c53edede2e770
https://github.com/jenkinsci/tm4j-automation-plugin/commit/0384a362b90996e1c1c4f908573c53edede2e770
Author: Simon Chapman <[email protected]>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M
src/main/java/com/adaptavist/tm4j/jenkins/cucumber/CucumberFileProcessor.java
Log Message:
-----------
Fix directory deletion error
tmpDirectory has already been through getTmpDirectory once, sending it through
again
results in the path being target/cucumber_tmp/target/cucumber_tmp
Commit: 2883acd8d66b78e4583826612b8764789af13975
https://github.com/jenkinsci/tm4j-automation-plugin/commit/2883acd8d66b78e4583826612b8764789af13975
Author: Simon Chapman <[email protected]>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M
src/test/java/com/adaptavist/tm4j/jenkins/cucumber/CucumberReportParserTest.java
Log Message:
-----------
Improve test coverage for tmp with subdirectory
Commit: 933e97c3ca68d3ca0d7e3283c9507bcc112b184e
https://github.com/jenkinsci/tm4j-automation-plugin/commit/933e97c3ca68d3ca0d7e3283c9507bcc112b184e
Author: Vitor Pelizza <[email protected]>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M
src/main/java/com/adaptavist/tm4j/jenkins/cucumber/CucumberFileProcessor.java
M
src/test/java/com/adaptavist/tm4j/jenkins/cucumber/CucumberReportParserTest.java
Log Message:
-----------
Merge pull request #34 from sichapman/bugfix/tmpDirManagement
Fix temporary directory creation/deletion
Compare:
https://github.com/jenkinsci/tm4j-automation-plugin/compare/a2e2813ce758...933e97c3ca68
--
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/tm4j-automation-plugin/push/refs/heads/master/a2e281-933e97%40github.com.