Merge jenkins-35096_Altran_cppcheck_plugin_pipeline_support into master - #39
Merge jenkins-35096_Altran_cppcheck_plugin_pipeline_support into master#39michael-doubez wants to merge 10 commits into
Conversation
…ugin_pipeline_support'
|
The configuration part seems to be working fine. But I still get an error in Pipeline jobs. It may be related to my setup (I have strange errors about Jenkins version required being 2.32.2). Can somebody try it ? |
|
OK. Changing name to start with lowercase did the trick |
|
@marcosteffan it is a working version |
|
Given all the tries, you could do a squash/rebase rather than a plain merge. |
|
IMHO this PR can be dropped since the functionality was already implemented in 22020cd |
|
The duplication of config in CppcheckPublisher is wrong and this PR integrated cppcheckPublisher has a named pipeline (not a step). It allowed me to write a step: instead of |
|
BTW: Recently I added support for cppcheck in the warnings plug-in. Then you have full pipeline support out of the box. (And you automatically get all the other features of the warnings plug-in at no cost;-) |
|
When does this get released? This is awesome, Ullrich. Thanks.
…On Mon, May 21, 2018 at 6:10 AM, Ullrich Hafner ***@***.***> wrote:
BTW: Recently I added support for [cppcheck|https://github.com/
jenkinsci/warnings-plugin/blob/3.0/src/main/java/io/
jenkins/plugins/analysis/warnings/CppCheck.java] in the warnings plug-in.
Then you have full pipeline support out of the box. (And you automatically
get all the other features of the warnings plug-in at no cost;-)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEzP4TdaxX_Ta6WkD6zKvjZjGC5SeAJyks5t0pKcgaJpZM4TrmZi>
.
|
|
Well, if all issues have been resolved. This still requires some time, since this release contains a large number of changes. My plan is to get everything fixed by the end of July. I think that there will be some beta releases in June. (Snapshots are available for analysis-core and warnings, use at your own risk;-). |
|
We're going to try them out, Ullrich (warnings and analysis-core). |
|
Closing pull request since it seems it won't be integrated |
|
A beta version of the upcoming warnings plugin with cppcheck support is now available in the experimental update center. Requires Jenkins 2.81 LTS or newer. |
Simple merge to get pipeline v2.
Bindings with configuration seem broken in freestyle job. It may already be the case in master.