-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
In a multibranch pipeline job, I can provide config files in that job and override global maven configuration.
But in a pipeline job, I can't do those things.
In a multibranch pipeline job, I can provide config files in that job and override global maven configuration.
But in a pipeline job, I can't do those things.
the feature you request is not provided by the config-file-provider, but by the 'pipeline maven' plugin: https://plugins.jenkins.io/pipeline-maven
beside this, I don't think this does make a lot of sense: If you expect this to be configured on each of the pipeline jobs, then you can also just do it inside the Jenkinsfile: