Archiving build artefacts
This commit is contained in:
parent
3685db6892
commit
2ac90bd35c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -13,7 +13,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('setup') {
|
stage('setup') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@ -40,4 +39,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user