Compare commits

..

No commits in common. "a7043651e00acbea59e6443daa0e6d040fdc4bc4" and "ceabe3f6f8ea6b65d3bb7fb43ff09b28dbde6754" have entirely different histories.

6
Jenkinsfile vendored
View File

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