Compare commits
2 Commits
ceabe3f6f8
...
a7043651e0
Author | SHA1 | Date | |
---|---|---|---|
a7043651e0 | |||
bcf3377190 |
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user