diff --git a/Jenkinsfile b/Jenkinsfile index f2f337a..b91ee28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'out/**', fingerprint: true + archiveArtifacts artifacts: 'out/*.deb', fingerprint: true } } }