-
MethodDescriptionorg.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.RemoteBuildPipelineStep.getParameterFile()Still there to allow old configuration (3.1.5 and below) to work. Use
RemoteBuildPipelineStep.getParameters()
instead now. Without this getter, pipeline script generator throws a exception, but we need to keep the backward compatibility of `parameterFile`, so we add this getter back with null return value.Still there to allow old configuration (3.1.5 and below) to work. UseRemoteBuildPipelineStep.setParameters(Object)
instead now.since 2.3.0-SNAPSHOT - useRemoteBuildConfiguration.getAuth2()
instead.
Auth2
instead.