Jenkinsfile: setup SETUPTOOLS_USE_DISTUTILS envvar to stdlib
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Build started... Details

This commit is contained in:
Benjamin Dauvergne 2020-08-31 15:30:50 +02:00
parent 0df992678e
commit 586342cf3f
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -3,6 +3,9 @@
pipeline {
agent any
options { disableConcurrentBuilds() }
environment {
SETUPTOOLS_USE_DISTUTILS="stdlib"
}
stages {
stage('Unit Tests') {
parallel {