From 8dfabe5c00456c63fed95b7a090bb1da2eb66ad3 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 1 Aug 2019 13:18:10 +0800 Subject: [PATCH] updated Jenkinsfile --- Jenkinsfile | 4 ++-- README-zh.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8cf7f823..c757366e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,8 +47,8 @@ pipeline { steps { echo 'Cleanup...' sh """ - docker rmi `docker images | grep '' | grep -v IMAGE | awk '{ print \$3 }' | xargs` - docker rm `docker ps -a | grep Exited | awk '{ print \$1 }' | xargs` + docker rmi `docker images | grep '' | grep -v IMAGE | awk '{ print \$3 }' | xargs` | true + docker rm `docker ps -a | grep Exited | awk '{ print \$1 }' | xargs` | true """ } } diff --git a/README-zh.md b/README-zh.md index 8a1cfd26..004bb608 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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) ## 安装 diff --git a/README.md b/README.md index cc474050..6b858643 100644 --- a/README.md +++ b/README.md @@ -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