問題タブ [cpplint]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - Jenkins で cpplint を動作させる際の問題
Jenkinsにcppcheckをインストールする方法を知っている人はいますか? Manage Jenkins > Manage Plugins からプラグインをインストールしましたが、指示に従って「シェルの実行」ビルドステップを含めると失敗します。
次のようなログ ファイルを返します。
いくつかのオンライン チュートリアルを調べてみましたが、問題の解決には役立たないようでした。Jenkins に cppcheck をインストールするには、Web UI ではなく CLI を使用する必要がありますか? cppcheck がサーバーにインストールされていないようです。
ヘルプやガイダンスをいただければ幸いです。ありがとう!