This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch pr/notify-zulip in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit ea445b9409bdc5f7084b957a7f3cf5825195b4f8 Author: Zoran Regvart <zo...@regvart.com> AuthorDate: Thu Jan 13 22:43:41 2022 +0100 tmp: fail fast (will be removed) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 253fcec..87fadb7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,6 +57,7 @@ pipeline { } steps { + sh "exit 1" sh "cd $WORKSPACE/camel-website && yarn clean; HUGO_PARAMS_GitHubUsername=$GITHUB_USR HUGO_PARAMS_GitHubToken=$GITHUB_PSW yarn build-all" } }