diff --git a/Jenkinsfile b/Jenkinsfile index ddc41ab..06a19f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } stage('Publish Coverage') { steps { - sh 'bash <(curl -s https://codecov.io/bash)' + sh 'curl -s https://codecov.io/bash | bash -s' sh './mvnw test jacoco:report coveralls:report' } }