From 1030455f9bebf741d1c1c8a03a5386cfd3e6420a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 9 Jan 2024 10:39:54 +0100 Subject: [PATCH] ci: update docs, drop unused variable from Jenkinsfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile | 1 - ci/README.md | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 2a73f80..684c2ae 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -19,7 +19,6 @@ pipeline { SITE_DOMAIN = 'examples.waku.org' GIT_AUTHOR_NAME = 'status-im-auto' GIT_AUTHOR_EMAIL = 'auto@status.im' - GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=no' PUPPETEER_SKIP_DOWNLOAD = 'true' } diff --git a/ci/README.md b/ci/README.md index a1ed16f..d320e7c 100644 --- a/ci/README.md +++ b/ci/README.md @@ -1,11 +1,12 @@ # Description -Configuration of CI builds executed under a Jenkins instance at https://ci.status.im/. +Configuration of CI builds executed under a Jenkins instance at https://ci.infra.status.im/. # Website -The `Jenkinsfile.gh-pages` file builds the documentation site with this job: -https://ci.infra.status.im/job/website/job/lab.waku.org/ +The `Jenkinsfile` file builds and pushes the site with this job: + +* https://ci.infra.status.im/job/website/job/lab.waku.org/ And deploys it via `gh-pages` branch and [GitHub Pages](https://pages.github.com/) to: https://lab.waku.org/