diff --git a/Jenkinsfile b/Jenkinsfile index 1d62fa5..ee1671f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,10 +65,4 @@ pipeline { } } } - - post { - success { - publishCtrfResults jsonFilePattern: "*.json" - } - } }