docker-workflow-plugin
docker-workflow-plugin copied to clipboard
Demonstrating that API in JENKINS-44892 can be used as a replacement for the special methods in StepDescriptor
Downstream of https://github.com/jenkinsci/structs-plugin/pull/43 + https://github.com/jenkinsci/workflow-step-api-plugin/pull/43.
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.
ping @rsandell