Skip to content

Commit beea9c0

Browse files
committed
fix CI config
- fix name of GITHUB_API_TOKEN - fix name of pipeline in docs - update instructions for configuring pipeline
1 parent 8de6200 commit beea9c0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Jenkinsfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
#!/bin/env groovy
22

33
def githubApiTokenCredentialsId = 'docs-robot-api-key'
4-
5-
def githubApiTokenCredentials = string(credentialsId: githubApiTokenCredentialsId, variable: 'GITHUB_TOKEN')
4+
def githubApiTokenCredentials = string(credentialsId: githubApiTokenCredentialsId, variable: 'GITHUB_API_TOKEN')
65

76
// Jenkins job configuration
87
// -------------------------
98
// Category: Multibranch Pipeline
10-
// Pipeline name: release-docs-ui-sandbox-bundle
9+
// Pipeline name: docs-ui-sandbox
1110
// Branch Sources: Single repository & branch
1211
// Name: master
1312
// Source Code Management: Git
1413
// Repository URL: https://github.com/couchbase/docs-ui-sandbox
1514
// Credentials: - none -
16-
// Refspec: +refs/heads/master:refs/remotes/origin/master
1715
// Branch specifier: refs/heads/master
18-
// Advanced clone behaviors: [ ] Fetch tags, [x] Honor refspec on initial clone, [x] Shallow clone (depth: 3)
19-
// Polling ignores commits with certain messages: (?s)(?:Release v\d+|.*\[skip .+?\]).*
16+
// Advanced clone behaviors: [ ] Fetch tags, [x] Honor refspec on initial clone, [x] Shallow clone, Shallow clone depth: 5
17+
// Polling ignores commits with certain messages: (?s)(?:Release |.*\[skip .+?\]).*
2018
// Build Configuration:
2119
// Mode: by Jenkinsfile
2220
// Script Path: Jenkinsfile

0 commit comments

Comments
 (0)