Trying to make artifacts publicly available
This commit is contained in:
parent
2ac90bd35c
commit
e52247d80b
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -6,12 +6,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
|
||||||
// pipenv
|
|
||||||
PIPENV_YES="true"
|
|
||||||
PIPENV_NOSPIN="YES"
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('setup') {
|
stage('setup') {
|
||||||
steps {
|
steps {
|
||||||
@ -42,7 +36,7 @@ pipeline {
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: true
|
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user