Re: Building Jenkins-plugins failed in maven enforcer plugins

2023-01-29 Thread Ullrich Hafner
Which maven version are you using? The error message says that you need to use at least Maven 3.8.1. > Am 30.01.2023 um 07:37 schrieb Ahmed Rafiq : > > Hello, > trying to update our inhouse Jenkins plugins. But it gets failed from > maven-enforcer-plugin at > > [ERROR] Rule 1: org.apache.maven

Building Jenkins-plugins failed in maven enforcer plugins

2023-01-29 Thread Ahmed Rafiq
Hello, trying to update our inhouse Jenkins plugins. But it gets failed from maven-enforcer-plugin at *[ERROR] Rule 1: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:3.8.1 required to no longer download dependencies via HTTP (use HTTPS instead).* In our *settings.xml*

Re: Contexts/environments?

2023-01-29 Thread Mark Waite
On Sunday, January 29, 2023 at 8:38:58 PM UTC-7 Victor Sudakov wrote: Any ideas or thoughts on this? On 27.01.2023 16:42, Victor Sudakov wrote: > Dear Colleagues, > > Some CI/CD tools support the concept of contexts or environments. In each > environment/context, you define a set of variabl

Re: Contexts/environments?

2023-01-29 Thread Victor Sudakov
Any ideas or thoughts on this? On 27.01.2023 16:42, Victor Sudakov wrote: Dear Colleagues, Some CI/CD tools support the concept of contexts or environments. In each environment/context, you define a set of variables or secrets with different values, and refer to the contexts from the pipeline.