Skip to content
Snippets Groups Projects
Commit b6b4f20e authored by Jens Georg's avatar Jens Georg
Browse files

cppcheck: Fix stash syntax

parent db3beb8e
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ EOF
// Copy the include database from Debug build for running cppcheck afterwards
if (buildType == "Debug") {
stash includes: "/scratch/*/compile_commands.json" name: "compile_commands.json"
stash includes: "/scratch/build-${label}-${buildType}/compile_commands.json", name: "compile_commands.json"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment