Compare commits

...

2 Commits

Author SHA1 Message Date
a7043651e0 , 2021-07-10 13:44:09 +02:00
bcf3377190 Trying to use pipenv in jenkins 2021-07-10 13:42:26 +02:00

6
Jenkinsfile vendored
View File

@ -1,6 +1,12 @@
pipeline {
agent any
environment {
// pipenv
PIPENV_YES="true"
PIPENV_NOSPIN="YES"
}
stages {
stage('migration') {
steps {