diff --git a/Jenkinsfile b/Jenkinsfile index 6d41e700..4b88372e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,9 +57,9 @@ pipeline { steps { script { def capellaURL = capella.getDownloadURL("${CAPELLA_BRANCH}", 'linux', '') - - sh "curl -k -o capella.zip ${capellaURL}" - sh "unzip -q capella.zip" + + sh "curl -k -o capella.tar.gz ${capellaURL}" + sh "tar xvzf capella.tar.gz" } }