Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: envinject-plugin
-
Labels:None
-
Environment:jenkins 2.266
https://github.com/jenkinsci/envinject-plugin/pull/154
-
Similar Issues:
Description
org.jenkinsci.plugins.envinject.EnvInjectVarListTest fails on Jenkins core 2.266
The environment variables are no long set after reload
Looks similar to https://issues.jenkins.io/browse/JENKINS-44263
cc Oleg Nenashev who worked on the previous fix
and Jesse Glick who did most of the changes in 2.266.
There's no stacktrace or anything in the logs that is useful the env list is just empty
Annoyingly I can't run this through a debugger in my IDE at least in the test, I get:
'java.lang.IllegalStateException: Cannot get the plugin's instance. Jenkins or the plugin have not been initialized yet'