-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Update pipeline-build-template.yaml #19
base: master
Are you sure you want to change the base?
Conversation
emuthiah
commented
Apr 22, 2020
- Updated git secret and webhooks
- Updated sonarqube settings and added example command
* Updated git secret and webhooks * Updated sonarqube settings and added example command
* corrected example sonar-scanner command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should switch to only supporting Jenkins Credentials for Git Checkout, we should be storing these credentials in OpenShift as that is what will be backed by Vault
* Added openshift secret to store git private ssh key
Something to note, I have minorly overhauled the file you are working with last week :) |
Looks like we both have been working on it simultaneously :-) |
The secret is just a place holder with the value 'set.ssh-private-key' |
Ahh, gotcha. I guess last question. I am kind of operating as the "Product Owner" to this, and am totally open to improvements and feature additions etc, but I am a bit lost on this one. What is the ultimate goal you are working towards? Is it in the Features/Requests? Could it be added? I guess there are 2 things I am reviewing on these. 1. Are the changes done well or is there some feedback to square them up and 2. Is whats being changed/enhanced aligned with the product vision in some way. I guess I want to know what your goals are regarding the second point, and trying to make sure this is a "For everyone" kind of enhancement/change and not aimed at something you are working on in one project? :) |
* bug fix: corrected the git credentialsid: https://github.com/openshift/jenkins-client-plugin/blob/master/README.md#setting-up-credentials This token will be accessible with the credential ID of "${OPENSHIFT_NAMESPACE}-my-prilvileged-token-id"
For sure! Sorry I did not give details for the PR. There are two changes:
|