Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JenkinsConfiguration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
JenkinsConfiguration
Commits
4dbd7598
Commit
4dbd7598
authored
3 years ago
by
Jens Georg
Browse files
Options
Downloads
Patches
Plain Diff
Revert previous change a bit
The cppcheck is not run as part for build
parent
8798bb26
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vars/helper.groovy
+1
-5
1 addition, 5 deletions
vars/helper.groovy
with
1 addition
and
5 deletions
vars/helper.groovy
+
1
−
5
View file @
4dbd7598
...
...
@@ -451,11 +451,7 @@ def doPublishBuildTestDeploy(ArrayList<String> builds) {
sh
"""
pwd
mkdir -p build
if [ -e /scratch/build-${parentJob}/compile_commands.json ]; then
cppcheck --inline-suppr --enable=all --xml --xml-version=2 -ibuild --project=/scratch/build-${parentJob}/compile_commands.json 2> ./build/cppcheck.xml
else
cppcheck --inline-suppr --enable=all --xml --xml-version=2 -ibuild -Iinclude -I/usr/include . 2> ./build/cppcheck.xml
fi
cppcheck --inline-suppr --enable=all --xml --xml-version=2 -ibuild -Iinclude -I/usr/include . 2> ./build/cppcheck.xml
"""
publishCppcheck
pattern:
'build/cppcheck.xml'
}
...
...
This diff is collapsed.
Click to expand it.
Jens Georg
@jens.georg
mentioned in commit
5cbce3a6
·
2 years ago
mentioned in commit
5cbce3a6
mentioned in commit 5cbce3a6578d5d1a9f820c59a3825052c4862d1d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment