Skip to content

Commit 2b2d984

Browse files
committed
merge into master branch
1 parent 60afe4e commit 2b2d984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ def githubApiTokenCredentials = string(credentialsId: githubApiTokenCredentialsI
88
// Category: Multibranch Pipeline
99
// Pipeline name: docs-ui-sandbox
1010
// Branch Sources: Single repository & branch
11-
// Name: cloud
11+
// Name: master
1212
// Source Code Management: Git
1313
// Repository URL: https://github.com/couchbase/docs-ui-sandbox
1414
// Credentials: - none -
15-
// Branch specifier: refs/heads/cloud
15+
// Branch specifier: refs/heads/master
1616
// Advanced clone behaviors: [ ] Fetch tags, [x] Honor refspec on initial clone, [x] Shallow clone, Shallow clone depth: 5
1717
// Polling ignores commits with certain messages: (?s)(?:Release |.*\[skip .+?\]).*
1818
// Build Configuration:

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Couchbase Documentation UI
22
// Variables:
3-
:current-release: cloud-25
3+
:current-release: prod-46
44
// Settings:
55
:!example-caption:
66
:experimental:
@@ -22,7 +22,7 @@ endif::[]
2222
:url-site: https://docs.couchbase.com
2323
:url-repo: git@github.com:{project-repo-name}.git
2424
//:url-preview: https://cb-docs-ui.netlify.com
25-
:url-preview: https://cloud--brave-saha-095114.netlify.app
25+
:url-preview: https://brave-saha-095114.netlify.app
2626
// External URIs:
2727
:url-antora: https://antora.org
2828
:url-git: https://git-scm.com

0 commit comments

Comments
 (0)