Trying to make artifacts publicly available

This commit is contained in:
reverend 2021-07-16 13:54:03 +02:00
parent 2ac90bd35c
commit e52247d80b
1 changed files with 2 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -6,12 +6,6 @@ pipeline {
}
}
environment {
// pipenv
PIPENV_YES="true"
PIPENV_NOSPIN="YES"
}
stages {
stage('setup') {
steps {
@ -42,7 +36,7 @@ pipeline {
post {
success {
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: true
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: false
}
}
}