updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-01 13:18:10 +08:00
parent 24cbf54f57
commit 8dfabe5c00
3 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -47,8 +47,8 @@ pipeline {
steps {
echo 'Cleanup...'
sh """
docker rmi `docker images | grep '<none>' | grep -v IMAGE | awk '{ print \$3 }' | xargs`
docker rm `docker ps -a | grep Exited | awk '{ print \$1 }' | xargs`
docker rmi `docker images | grep '<none>' | grep -v IMAGE | awk '{ print \$3 }' | xargs` | true
docker rm `docker ps -a | grep Exited | awk '{ print \$1 }' | xargs` | true
"""
}
}

View File

@@ -12,7 +12,7 @@
基于Golang的分布式爬虫管理平台支持Python、NodeJS、Go、Java、PHP等多种编程语言以及多种爬虫框架。
[查看演示 Demo](http://114.67.75.98:8080) | [文档](https://tikazyq.github.io/crawlab-docs)
[查看演示 Demo](http://crawlab.cn:8080) | [文档](https://tikazyq.github.io/crawlab-docs)
## 安装

View File

@@ -12,7 +12,7 @@
Golang-based distributed web crawler management platform, supporting various languages including Python, NodeJS, Go, Java, PHP and various web crawler frameworks including Scrapy, Puppeteer, Selenium.
[Demo](http://114.67.75.98:8080) | [Documentation](https://tikazyq.github.io/crawlab-docs)
[Demo](http://crawlab.cn:8080) | [Documentation](https://tikazyq.github.io/crawlab-docs)
## Installation