Jenkins: Reduce number of pipeline steps

This commit is contained in:
Tobias Gruetzmacher 2019-07-14 13:11:22 +02:00
parent 3e8f90c159
commit 2eb789b35d

2
Jenkinsfile vendored
View file

@ -43,9 +43,7 @@ pys.each { py ->
"""
}
}
}
stage ("Archive $py.name") {
archiveArtifacts artifacts: '.tox/dist/*.zip', fingerprint: true
if (py.main) {
archiveArtifacts artifacts: 'dist/*', fingerprint: true