diff --git a/Jenkinsfile b/Jenkinsfile index 74097d7..923e43a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,17 +1,11 @@ pipeline { agent { docker { - image 'kennethreitz/pipenv' + image 'kennethreitz/pipenv' args '--user root --privileged' } } - 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 } } } \ No newline at end of file