-
Improvement
-
Resolution: Fixed
-
Minor
-
Linux
Even though I have configured the Coverity plugin to use the SSL, the Jenkins job uses --port instead of --https-port. If I copy the same commit line and make that one change then the commit works.
[JENKINS-24606] Coverity plugin does not use --https-port even though configured to use SSL
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Priority | Original: Blocker [ 1 ] | New: Minor [ 4 ] |
Resolution | New: Postponed [ 6 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Postponed [ 6 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Description |
Original:
Even though I have configured the Coverity plugin to use the SSL, the Jenkins job uses --port instead of --https-port. If I copy the same commit line and make that one change then the commit works. $ /opt/cov-analysis-linux64-7.5.0/bin/cov-commit-defects --dir /var/lib/jenkins/coverity/temp-6213390361785391027.tmp --host coverity.bit9.local --port 8443 --stream Blue_Linux_Kernel --user admin Coverity Defect Commit Client version 7.5.0 on Linux 2.6.32-431.11.2.el6.x86_64 x86_64 Internal version numbers: b5b2c6e5a6 p-gilroy-push-19219.652 Getting data port from http://coverity.bit9.local:8443 [ERROR] The program listening on http://coverity.bit9.local:8443 may not be Coverity Connect. Ask your Coverity administrator which port to use, and whether to use --port, --https-port or --dataport on the cov-commit-defects command line. Received non-numeric data instead of a port number: "\x15\x03\x01\0\x02\x02\n" [Coverity] cov-commit-defects returned 1, aborting... Build step 'Coverity' changed build result to FAILURE Build step 'Coverity' marked build as failure Finished: FAILURE |
New: Even though I have configured the Coverity plugin to use the SSL, the Jenkins job uses --port instead of --https-port. If I copy the same commit line and make that one change then the commit works. |
Environment |
Original:
Linux ncooprider-rhel6-thom 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux |
New:
Linux |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Closed [ 6 ] |
Coverity support suggests specifying the dataport, which then changes the configuration and allows for https connection.