-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update docs, drop unused variable from Jenkinsfile
Signed-off-by: Jakub Sokołowski <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ pipeline { | |
SITE_DOMAIN = 'examples.waku.org' | ||
GIT_AUTHOR_NAME = 'status-im-auto' | ||
GIT_AUTHOR_EMAIL = '[email protected]' | ||
GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=no' | ||
PUPPETEER_SKIP_DOWNLOAD = 'true' | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |