diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 41c1e587c..19c96e485 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { } } post { - always { + success { dir("${BASE_DIR}"){ sh(label: 'Check release artifacts', script: 'make test-release') }