We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paste the output here
GitLab Plugin Version 1.8.0
When applying this casc :
gitLabConnectionConfig: connections: - apiTokenId: {{ .Values.envVars.gitlabId | quote }} clientBuilderId: "autodetect" connectionTimeout: 10 ignoreCertificateErrors: false name: "gitlab" readTimeout: 10 url: {{ printf "http://%s" .Values.global.principalScmHost | quote }} useAuthenticatedEndpoint: true
an empty connection appears in the configuration . When exporting the conf-as-code, I can see an added bloc causing the empty connection :
gitLabConnectionConfig: connections: - apiTokenId: "xxx" clientBuilderId: "autodetect" connectionTimeout: 10 ignoreCertificateErrors: false name: "gitlab" readTimeout: 10 url: "http://xxxx" - clientBuilderId: "autodetect" connectionTimeout: 10 ignoreCertificateErrors: false readTimeout: 10 useAuthenticatedEndpoint: true
i don't want this added :
- clientBuilderId: "autodetect" connectionTimeout: 10 ignoreCertificateErrors: false readTimeout: 10 useAuthenticatedEndpoint: true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
GitLab Plugin Version 1.8.0
Reproduction steps
When applying this casc :
an empty connection appears in the configuration .
When exporting the conf-as-code, I can see an added bloc causing the empty connection :
Expected Results
i don't want this added :
Actual Results
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: