File tree Expand file tree Collapse file tree 3 files changed +32
-7
lines changed Expand file tree Collapse file tree 3 files changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RELEASE_VERSION=${1:-$LD_RELEASE_VERSION}
12
12
mkdir -p bitbucketMetadataUpdates
13
13
git clone " https://${BITBUCKET_USERNAME} :${BITBUCKET_TOKEN} @bitbucket.org/launchdarkly/ld-find-code-refs-pipe.git" bitbucketMetadataUpdates
14
14
cp build/metadata/bitbucket/* bitbucketMetadataUpdates/
15
+ cp CHANGELOG.md bitbucketMetadataUpdates/
15
16
cd bitbucketMetadataUpdates
16
17
git config user.email " launchdarklyreleasebot@launchdarkly.com"
17
18
git config user.name " LaunchDarklyReleaseBot"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Find code references
2
- description : Job for finding and sending feature flag code references to LaunchDarkly
1
+ name : LaunchDarkly Code References
3
2
image : launchdarkly/ld-find-code-refs-bitbucket-pipeline:2.7.0
3
+ category : Feature flagging
4
+ description : Job for finding and sending feature flag code references to LaunchDarkly
4
5
repository : https://bitbucket.org/launchdarkly/ld-find-code-refs-pipe
5
- maintainer : support@launchdarkly.com
6
- icon : https://bitbucket.org/launchdarkly/ld-find-code-refs-pipe/logo.svg
6
+ variables :
7
+ - name : LD_ACCESS_TOKEN
8
+ - name : LD_PROJ_KEY # Required unless using 'projects' block in configuration file then it must be omitted.
9
+ - name : LD_REPO_NAME
10
+ default : ' $BITBUCKET_REPO_SLUG'
11
+ - name : LD_CONTEXT_LINES
12
+ default : ' 2'
13
+ - name : LD_BASE_URI
14
+ default : ' https://app.launchdarkly.com'
15
+ - name : LD_DEFAULT_BRANCH
16
+ default : main
17
+ - name : LD_DELIMITERS
18
+ - name : LD_IGNORE_SERVICE_ERRORS
19
+ default : ' false'
20
+ - name : LD_LOOKBACK
21
+ default : ' 10'
22
+ - name : LD_ALLOW_TAGS
23
+ default : ' false'
24
+ - name : LD_DEBUG
25
+ default : ' false'
26
+ maintainer :
27
+ name : LaunchDarkly
28
+ website : https://launchdarkly.com/
29
+ email : support@launchdarkly.com
30
+ vendor :
31
+ name : LaunchDarkly
32
+ website : https://launchdarkly.com/
33
+ email : support@launchdarkly.com
7
34
tags :
8
35
- launchdarkly
9
36
- flags
You can’t perform that action at this time.
0 commit comments