Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Dauvergne 586342cf3f Jenkinsfile: setup SETUPTOOLS_USE_DISTUTILS envvar to stdlib
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Build started... Details
2020-08-31 15:32:23 +02:00
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 {