Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
c3c95bec
Unverified
Commit
c3c95bec
authored
1 year ago
by
Michael Kriese
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(platform/bitbucket-server): wrong start commands (#23683)
parent
8369c275
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/platform/bitbucket-server/index.md
+2
-2
2 additions, 2 deletions
lib/modules/platform/bitbucket-server/index.md
with
2 additions
and
2 deletions
lib/modules/platform/bitbucket-server/index.md
+
2
−
2
View file @
c3c95bec
...
@@ -47,7 +47,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is:
...
@@ -47,7 +47,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is:
At this point you should have a project ready for Renovate, and the
`@renovate-bot`
account ready to run on it. You can then run like this:
At this point you should have a project ready for Renovate, and the
`@renovate-bot`
account ready to run on it. You can then run like this:
```
```
yarn start
--platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true
npx renovate
--platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true
```
```
Alternatively using env:
Alternatively using env:
...
@@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http
...
@@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http
export RENOVATE_USERNAME=renovate-bot
export RENOVATE_USERNAME=renovate-bot
export RENOVATE_PASSWORD=abc123456789!
export RENOVATE_PASSWORD=abc123456789!
export LOG_LEVEL=debug
export LOG_LEVEL=debug
yarn start
--autodiscover=true
npx renovate
--autodiscover=true
```
```
You should then get a "Configure Renovate" onboarding PR in any projects that
`@renovate-bot`
has been invited to.
You should then get a "Configure Renovate" onboarding PR in any projects that
`@renovate-bot`
has been invited to.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment