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