Compare commits
2 Commits
ceabe3f6f8
...
a7043651e0
Author | SHA1 | Date | |
---|---|---|---|
a7043651e0 | |||
bcf3377190 |
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,6 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
// pipenv
|
||||
PIPENV_YES="true"
|
||||
PIPENV_NOSPIN="YES"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('migration') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user