Jenkins: Reduce number of pipeline steps
This commit is contained in:
parent
3e8f90c159
commit
2eb789b35d
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue