Skip to content

Commit

Permalink
Add Jenkinsfile to test Valgrind.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 9, 2022
1 parent 88528f0 commit 832d4a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etc/Jenkinsfile.valgrind
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node('java11-agent') {
stage ('Checkout') {
checkout scm
}

stage ('Build, Test, and Static Analysis') {
recordIssues tool: analysisParser(analysisModelId: 'valgrind', pattern: '**/valgrind.xml')
}
}

0 comments on commit 832d4a5

Please sign in to comment.