Hi,
I have create a parameterised Multibranch Pipeline job, defining the parameters and their defaults in a Jenkinsfile inside the repository being built.
The job will be built on multiple environments, with separate Jenkins deployments. The defaults set in the Jenkinsfile are production values, but I'd like to be able to set different values globally in the other deployments. Is there any way to override the default value globally for the whole job?
I've found the
Environment Injector plugin, but it doesn't seem like it's possible to customize a job which uses a Jenkinsfile.