-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Platform: All, OS: All
Steps to reproduce:
- create groovy build step
- create a simple groovy script like println 'Hello World!'
- trigger a new build
Result: there is a new groovy file in the workspace
Expected: groovy file will be removed after execution
[JENKINS-3269] groovy builder doesn't remove temp files
Assignee | Original: dvrzalik [ dvrzalik ] | New: vjuranek [ vjuranek ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 133342 ] | New: JNJira + In-Review [ 186634 ] |
Code changed in hudson
User: : vjuranek
Path:
trunk/hudson/plugins/groovy/src/main/java/hudson/plugins/groovy/Groovy.java
http://jenkins-ci.org/commit/36813
Log:
Delete tmp groovy file, fix for
JENKINS-3269.