Skip to content

Commit

Permalink
Revert "Add the file leak detector to see how this goes"
Browse files Browse the repository at this point in the history
This reverts commit 1ce349a.
  • Loading branch information
R. Tyler Croy committed Sep 29, 2016
1 parent 1ce349a commit be71de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ node('puppet') {

withEnv(mavenEnv) {
sh 'mvn -s ../settings.xml clean install -DskipTests'
sh 'mv ../plugins . && java -verbose:gc -javaagent:./contrib/file-leak-detector.jar -jar ./target/*-bin/pipeline-steps-doc-generator*.jar'
sh 'mv ../plugins . && java -verbose:gc -jar ./target/*-bin/pipeline-steps-doc-generator*.jar'
}
}
}
Expand Down
Binary file removed contrib/file-leak-detector.jar
Binary file not shown.

0 comments on commit be71de8

Please sign in to comment.