docker-workflow-plugin icon indicating copy to clipboard operation
docker-workflow-plugin copied to clipboard

Demonstrating that API in JENKINS-44892 can be used as a replacement for the special methods in StepDescriptor

Open jglick opened this issue 6 years ago • 2 comments

Downstream of https://github.com/jenkinsci/structs-plugin/pull/43 + https://github.com/jenkinsci/workflow-step-api-plugin/pull/43.

jglick avatar Apr 09 '19 14:04 jglick

CI build seems to be complaining about a SpotBugs violation I cannot reproduce locally, and which only happens on Windows:

launchEnv must be non-null but is marked as nullable [org.jenkinsci.plugins.docker.workflow.client.DockerClient] At DockerClient.java:[lines 281-300] NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE

The method being called says @CheckForNull EnvVars env so I am not sure what the issue is.

jglick avatar Apr 11 '19 20:04 jglick

ping @rsandell

jglick avatar Jun 28 '22 11:06 jglick