mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-21 07:56:31 +00:00
Update links to woodpecker-ci.org (#445)
This commit is contained in:
parent
17c7fe6011
commit
4cc8594b63
11 changed files with 37 additions and 37 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -61,7 +61,7 @@ body:
|
|||
# required: true
|
||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
||||
required: true
|
||||
- label: Read the [docs](https://woodpecker-ci.github.io/docs/intro).
|
||||
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
||||
required: true
|
||||
- label: Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.
|
||||
required: true
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -4,5 +4,5 @@ contact_links:
|
|||
url: https://discord.gg/fcMQqSMXJy
|
||||
about: Ask questions and discuss with other Woodpecker users.
|
||||
- name: Frequently Asked Questions
|
||||
url: https://woodpecker-ci.github.io/docs/faq
|
||||
url: https://woodpecker-ci.org/docs/faq
|
||||
about: Check the FAQs for common questions.
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -41,7 +41,7 @@ body:
|
|||
# required: true
|
||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
||||
required: true
|
||||
- label: Read the [docs](https://woodpecker-ci.github.io/docs/intro).
|
||||
- label: Read the [docs](https://woodpecker-ci.org/docs/intro).
|
||||
required: true
|
||||
- label: Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.
|
||||
required: true
|
||||
|
|
|
@ -35,7 +35,7 @@ pipeline:
|
|||
- cr package charts/woodpecker-server
|
||||
- cr package charts/woodpecker-agent
|
||||
- cr upload --owner woodpecker-ci --git-repo woodpecker-ci.github.io --release-name-template "helm-{{ .Name }}-{{ .Version }}"
|
||||
- cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch main --charts-repo https://woodpecker-ci.github.io --push --release-name-template "helm-{{ .Name }}-{{ .Version }}"
|
||||
- cr index --owner woodpecker-ci --git-repo woodpecker-ci.github.io --pages-branch main --charts-repo https://woodpecker-ci.org --push --release-name-template "helm-{{ .Name }}-{{ .Version }}"
|
||||
when:
|
||||
event: tag
|
||||
path: "charts/**"
|
||||
|
|
|
@ -122,13 +122,13 @@ pipeline:
|
|||
|
||||
## Documentation
|
||||
|
||||
https://woodpecker-ci.github.io/
|
||||
https://woodpecker-ci.org/
|
||||
|
||||
## Who uses Woodpecker?
|
||||
|
||||
Currently, I know of one organization using Woodpecker. With 50+ users, 130+ repos and more than 1100 builds a week.
|
||||
|
||||
Leave a [comment](https://github.com/woodpecker-ci/woodpecker/issues/122) if you're using it.
|
||||
Leave a [comment](https://github.com/woodpecker-ci/woodpecker/issues/122) if you're using it.
|
||||
|
||||
## Contribution
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
Command line client for the Woodpecker continuous integration server.
|
||||
|
||||
Please see the official documentation at https://woodpecker-ci.github.io/docs/cli
|
||||
Please see the official documentation at https://woodpecker-ci.org/docs/cli
|
||||
|
|
|
@ -103,7 +103,7 @@ var flags = []cli.Flag{
|
|||
EnvVar: "WOODPECKER_DOCS",
|
||||
Name: "docs",
|
||||
Usage: "link to user documentation",
|
||||
Value: "https://woodpecker-ci.github.io/",
|
||||
Value: "https://woodpecker-ci.org/",
|
||||
},
|
||||
cli.DurationFlag{
|
||||
EnvVar: "WOODPECKER_SESSION_EXPIRES",
|
||||
|
|
|
@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv
|
|||
|
||||
### Deployment
|
||||
|
||||
Deployment happen via [CI](https://github.com/woodpecker-ci/woodpecker/blob/d59fdb4602bfdd0d00078716ba61b05c02cbd1af/.woodpecker/docs.yml#L8-L30) to [woodpecker-ci.github.io](https://woodpecker-ci.github.io).
|
||||
Deployment happen via [CI](https://github.com/woodpecker-ci/woodpecker/blob/d59fdb4602bfdd0d00078716ba61b05c02cbd1af/.woodpecker/docs.yml#L8-L30) to [woodpecker-ci.org](https://woodpecker-ci.org).
|
||||
|
||||
To manually build the website and push it exec:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ kubectl create secret generic woodpecker-github-secret \
|
|||
--from-literal=WOODPECKER_GITHUB_SECRET=xxxxxxxx
|
||||
|
||||
# add helm repo
|
||||
helm repo add woodpecker https://woodpecker-ci.github.io/
|
||||
helm repo add woodpecker https://woodpecker-ci.org/
|
||||
```
|
||||
|
||||
### Woodpecker server
|
||||
|
|
|
@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||
module.exports = {
|
||||
title: 'Woodpecker CI',
|
||||
tagline: 'Woodpecker is a simple CI engine with great extensibility.',
|
||||
url: 'https://woodpecker-ci.github.io',
|
||||
url: 'https://woodpecker-ci.org',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"title": "Woodpecker CI configuration file",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "https://woodpecker-ci.github.io/schema/woodpecker.json",
|
||||
"description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax",
|
||||
"$id": "https://woodpecker-ci.org/schema/woodpecker.json",
|
||||
"description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax",
|
||||
"type": "object",
|
||||
"required": ["pipeline"],
|
||||
"additionalProperties": false,
|
||||
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"definitions": {
|
||||
"clone": {
|
||||
"description": "Configures the clone step. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#clone",
|
||||
"description": "Configures the clone step. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#clone",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
},
|
||||
"branches": {
|
||||
"description": "Only include commits based on their target branch. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#branches",
|
||||
"description": "Only include commits based on their target branch. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#branches",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -87,7 +87,7 @@
|
|||
]
|
||||
},
|
||||
"pipeline": {
|
||||
"description": "The pipeline section defines a list of steps which will be executed serially, in the order in which they are defined. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax",
|
||||
"description": "The pipeline section defines a list of steps which will be executed serially, in the order in which they are defined. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/step"
|
||||
|
@ -95,21 +95,21 @@
|
|||
"minProperties": 1
|
||||
},
|
||||
"step": {
|
||||
"description": "Every step of your pipeline executes arbitrary commands inside a specified docker container. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#steps",
|
||||
"description": "Every step of your pipeline executes arbitrary commands inside a specified docker container. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#steps",
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"required": ["image"],
|
||||
"properties": {
|
||||
"image": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-image",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-image",
|
||||
"type": "string"
|
||||
},
|
||||
"pull": {
|
||||
"description": "Always pull the latest image on pipeline execution Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-image",
|
||||
"description": "Always pull the latest image on pipeline execution Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-image",
|
||||
"type": "boolean"
|
||||
},
|
||||
"commands": {
|
||||
"description": "Commands of every pipeline step are executed serially as if you would enter them into your local shell. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-commands",
|
||||
"description": "Commands of every pipeline step are executed serially as if you would enter them into your local shell. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-commands",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -120,13 +120,13 @@
|
|||
]
|
||||
},
|
||||
"environment": {
|
||||
"description": "Pass environment variables to a pipeline step. Read more: https://woodpecker-ci.github.io/docs/usage/environment",
|
||||
"description": "Pass environment variables to a pipeline step. Read more: https://woodpecker-ci.org/docs/usage/environment",
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
"minLength": 1
|
||||
},
|
||||
"secrets": {
|
||||
"description": "Pass secrets to a pipeline step at runtime. Read more: https://woodpecker-ci.github.io/docs/usage/secrets",
|
||||
"description": "Pass secrets to a pipeline step at runtime. Read more: https://woodpecker-ci.org/docs/usage/secrets",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
|
@ -147,11 +147,11 @@
|
|||
"$ref": "#/definitions/step_when"
|
||||
},
|
||||
"group": {
|
||||
"description": "Execute multiple steps with the same group key in parallel. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-group---parallel-execution",
|
||||
"description": "Execute multiple steps with the same group key in parallel. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-group---parallel-execution",
|
||||
"type": "string"
|
||||
},
|
||||
"volumes": {
|
||||
"description": "Mount files or folders from the host machine into your step container. Read more: https://woodpecker-ci.github.io/docs/usage/volumes",
|
||||
"description": "Mount files or folders from the host machine into your step container. Read more: https://woodpecker-ci.org/docs/usage/volumes",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{ "type": "array", "items": { "type": "string" }, "minLength": 1 }
|
||||
|
@ -160,16 +160,16 @@
|
|||
}
|
||||
},
|
||||
"step_when": {
|
||||
"description": "Steps can be skipped based on conditions. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#step-when---conditional-execution",
|
||||
"description": "Steps can be skipped based on conditions. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#step-when---conditional-execution",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"branch": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#branch",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#branch",
|
||||
"type": "string"
|
||||
},
|
||||
"event": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#event",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#event",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -184,18 +184,18 @@
|
|||
]
|
||||
},
|
||||
"tag": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#tag",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#tag",
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#status",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#status",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"enum": ["success", "failure"]
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#platform",
|
||||
"description": "Execute a step only on a specific platform. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#platform",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -208,22 +208,22 @@
|
|||
]
|
||||
},
|
||||
"environment": {
|
||||
"description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#environment",
|
||||
"description": "Execute a step only for a specific environment. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#environment",
|
||||
"type": "string"
|
||||
},
|
||||
"matrix": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#matrix",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#matrix",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": ["boolean", "string", "number"]
|
||||
}
|
||||
},
|
||||
"instance": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#instance",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#instance",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"description": "Execute a step only on commit with certain files added/removed/modified. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#environment",
|
||||
"description": "Execute a step only on commit with certain files added/removed/modified. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#environment",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{
|
||||
|
@ -252,17 +252,17 @@
|
|||
}
|
||||
},
|
||||
"services": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/services",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/services",
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"workspace": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax#workspace",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax#workspace",
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"matrix": {
|
||||
"description": "TODO Read more: https://woodpecker-ci.github.io/docs/usage/matrix-builds",
|
||||
"description": "TODO Read more: https://woodpecker-ci.org/docs/usage/matrix-builds",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"include": {
|
||||
|
|
Loading…
Reference in a new issue