From ff3ab06d9089b59b0d8c3e3b9bb43ac20b66f304 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 23 Feb 2018 19:14:40 +0000 Subject: [PATCH] Publish Codecov first to check if that works okay --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5dc041d..ddc41ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,8 +16,8 @@ pipeline { } stage('Publish Coverage') { steps { - sh './mvnw test jacoco:report coveralls:report' sh 'bash <(curl -s https://codecov.io/bash)' + sh './mvnw test jacoco:report coveralls:report' } } stage('Deploy') {