Branch:
refs/heads/CWE-172179Pass-a-certificate-through-the-Jenkins-Common-plugin
Home: https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin
Commit: 89935aac1257a7b6944c98854beebb90f0e0dbf5
https://github.com/jenkinsci/compuware-xpediter-code-coverage-plugin/commit/89935aac1257a7b6944c98854beebb90f0e0dbf5
Author: nhussan <[email protected]>
Date: 2021-04-11 (Sun, 11 Apr 2021)
Changed paths:
M src/main/java/com/compuware/jenkins/build/CodeCoverageScanner.java
Log Message:
-----------
CWE-172179: use the method getUserLoginInformation to get an object of
type StandardCredentials then if this object of type
StandardUsernamePasswordCredentials we get the user ID and the password
but if the object of type StandardCertificateCredentials we get the
password and the certificate as a string
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/compuware-xpediter-code-coverage-plugin/push/refs/heads/CWE-172179Pass-a-certificate-through-the-Jenkins-Common-plugin/482754-89935a%40github.com.