-
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
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.