-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 1.625.3
EnvInject Plugin 1.92.2
CentOS 6.8
Writing a groovy script in this plugin I notice that the variable WORKSPACE is not avaiable to the goovy script neither in binding.variable nor in System.getenv()
Debugging a lot I found that for some reason WORKSPACE variable is set after execution of groovy script and became avaiable for the other kind of variable injection:
- Properties File Path
- Properties Content
and I've found no war to access neither by currentJob nor by currentRun
So please set variable before run the groovy script.
[JENKINS-36545] WORKSPACE variable is not present in the Groovy script enviroment
Workflow | Original: JNJira [ 173258 ] | New: JNJira + In-Review [ 185023 ] |
Assignee | Original: Oleg Nenashev [ oleg_nenashev ] |
I propose this PR