mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 00:16:29 +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
|
# required: true
|
||||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
||||||
required: true
|
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
|
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.
|
- 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
|
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
|
url: https://discord.gg/fcMQqSMXJy
|
||||||
about: Ask questions and discuss with other Woodpecker users.
|
about: Ask questions and discuss with other Woodpecker users.
|
||||||
- name: Frequently Asked Questions
|
- 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.
|
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
|
# required: true
|
||||||
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
|
||||||
required: true
|
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
|
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.
|
- 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
|
required: true
|
||||||
|
|
|
@ -35,7 +35,7 @@ pipeline:
|
||||||
- cr package charts/woodpecker-server
|
- cr package charts/woodpecker-server
|
||||||
- cr package charts/woodpecker-agent
|
- cr package charts/woodpecker-agent
|
||||||
- cr upload --owner woodpecker-ci --git-repo woodpecker-ci.github.io --release-name-template "helm-{{ .Name }}-{{ .Version }}"
|
- 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:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
path: "charts/**"
|
path: "charts/**"
|
||||||
|
|
|
@ -122,7 +122,7 @@ pipeline:
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
https://woodpecker-ci.github.io/
|
https://woodpecker-ci.org/
|
||||||
|
|
||||||
## Who uses Woodpecker?
|
## Who uses Woodpecker?
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
Command line client for the Woodpecker continuous integration server.
|
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",
|
EnvVar: "WOODPECKER_DOCS",
|
||||||
Name: "docs",
|
Name: "docs",
|
||||||
Usage: "link to user documentation",
|
Usage: "link to user documentation",
|
||||||
Value: "https://woodpecker-ci.github.io/",
|
Value: "https://woodpecker-ci.org/",
|
||||||
},
|
},
|
||||||
cli.DurationFlag{
|
cli.DurationFlag{
|
||||||
EnvVar: "WOODPECKER_SESSION_EXPIRES",
|
EnvVar: "WOODPECKER_SESSION_EXPIRES",
|
||||||
|
|
|
@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv
|
||||||
|
|
||||||
### Deployment
|
### 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:
|
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
|
--from-literal=WOODPECKER_GITHUB_SECRET=xxxxxxxx
|
||||||
|
|
||||||
# add helm repo
|
# add helm repo
|
||||||
helm repo add woodpecker https://woodpecker-ci.github.io/
|
helm repo add woodpecker https://woodpecker-ci.org/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Woodpecker server
|
### Woodpecker server
|
||||||
|
|
|
@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Woodpecker CI',
|
title: 'Woodpecker CI',
|
||||||
tagline: 'Woodpecker is a simple CI engine with great extensibility.',
|
tagline: 'Woodpecker is a simple CI engine with great extensibility.',
|
||||||
url: 'https://woodpecker-ci.github.io',
|
url: 'https://woodpecker-ci.org',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"title": "Woodpecker CI configuration file",
|
"title": "Woodpecker CI configuration file",
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"$id": "https://woodpecker-ci.github.io/schema/woodpecker.json",
|
"$id": "https://woodpecker-ci.org/schema/woodpecker.json",
|
||||||
"description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.github.io/docs/usage/pipeline-syntax",
|
"description": "Schema of a Woodpecker pipeline file. Read more: https://woodpecker-ci.org/docs/usage/pipeline-syntax",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["pipeline"],
|
"required": ["pipeline"],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"clone": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"branches": {
|
"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": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pipeline": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "#/definitions/step"
|
"$ref": "#/definitions/step"
|
||||||
|
@ -95,21 +95,21 @@
|
||||||
"minProperties": 1
|
"minProperties": 1
|
||||||
},
|
},
|
||||||
"step": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"required": ["image"],
|
"required": ["image"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"image": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"pull": {
|
"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"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"commands": {
|
"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": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -120,13 +120,13 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"environment": {
|
"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",
|
"type": "array",
|
||||||
"items": { "type": "string" },
|
"items": { "type": "string" },
|
||||||
"minLength": 1
|
"minLength": 1
|
||||||
},
|
},
|
||||||
"secrets": {
|
"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",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
@ -147,11 +147,11 @@
|
||||||
"$ref": "#/definitions/step_when"
|
"$ref": "#/definitions/step_when"
|
||||||
},
|
},
|
||||||
"group": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"volumes": {
|
"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": [
|
"oneOf": [
|
||||||
{ "type": "string" },
|
{ "type": "string" },
|
||||||
{ "type": "array", "items": { "type": "string" }, "minLength": 1 }
|
{ "type": "array", "items": { "type": "string" }, "minLength": 1 }
|
||||||
|
@ -160,16 +160,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"step_when": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"branch": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"event": {
|
"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": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -184,18 +184,18 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tag": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"status": {
|
"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",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"enum": ["success", "failure"]
|
"enum": ["success", "failure"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"platform": {
|
"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": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -208,22 +208,22 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"environment": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"matrix": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": ["boolean", "string", "number"]
|
"type": ["boolean", "string", "number"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"instance": {
|
"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"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"path": {
|
"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": [
|
"oneOf": [
|
||||||
{ "type": "string" },
|
{ "type": "string" },
|
||||||
{
|
{
|
||||||
|
@ -252,17 +252,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": true
|
"additionalProperties": true
|
||||||
},
|
},
|
||||||
"workspace": {
|
"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",
|
"type": "object",
|
||||||
"additionalProperties": true
|
"additionalProperties": true
|
||||||
},
|
},
|
||||||
"matrix": {
|
"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",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"include": {
|
"include": {
|
||||||
|
|
Loading…
Reference in a new issue