Compare commits
7 Commits
ab669b9f5e
...
ceabe3f6f8
Author | SHA1 | Date | |
---|---|---|---|
ceabe3f6f8 | |||
6b33d20f90 | |||
1d787a3b1d | |||
1960bf3792 | |||
0c3898163e | |||
2c6676d2c9 | |||
52f9df8b2a |
22
Jenkinsfile
vendored
Normal file
22
Jenkinsfile
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('migration') {
|
||||
steps {
|
||||
script {
|
||||
sh 'pipenv run makemigrations'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
sh 'cd django_lostplaces'
|
||||
sh 'python setup.py bdist_wheel --universal'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user