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