mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Jenkinsfile
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# 0.2.3 (unreleased)
|
||||
### Features / Enhancement
|
||||
- **CLI**. Allow user to use command-line interface to execute Crawlab programs.
|
||||
- **CLI**: Allow user to use command-line interface to execute Crawlab programs.
|
||||
- **Upload Spider**: Allow user to upload Customized Spider to Crawlab.
|
||||
- **Edit Fields on Preview**: Allow user to edit fields when previewing data in Configurable Spider.
|
||||
|
||||
### Bugs ###
|
||||
- **Spiders Pagination**
|
||||
|
||||
# 0.2.2 (2019-05-30)
|
||||
### Features / Enhancement
|
||||
|
||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -50,7 +50,8 @@ pipeline {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying....'
|
||||
sh "${NODE_HOME}/bin/node ${NODE_HOME}/bin/pm2 restart app"
|
||||
sh "${NODE_HOME}/bin/node ${NODE_HOME}/bin/pm2 delete app"
|
||||
sh "${NODE_HOME}/bin/node ${NODE_HOME}/bin/pm2 start ${ROOT_DIR}/crawlab/app.py"
|
||||
sh "${NODE_HOME}/bin/node ${NODE_HOME}/bin/pm2 restart run_flower"
|
||||
sh "${NODE_HOME}/bin/node ${NODE_HOME}/bin/pm2 restart run_worker"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user