You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-24 22:06:51 +02:00
Rename build -> pipeline in docs for external configuration service (#2217)
This commit is contained in:
@ -47,7 +47,7 @@ WOODPECKER_CONFIG_SERVICE_ENDPOINT=https://example.com/ciconfig
|
|||||||
"updated": 0,
|
"updated": 0,
|
||||||
"version": 0
|
"version": 0
|
||||||
},
|
},
|
||||||
"build": {
|
"pipeline": {
|
||||||
"author": "myUser",
|
"author": "myUser",
|
||||||
"author_avatar": "https://myforge.com/avatars/d6b3f7787a685fcdf2a44e2c685c7e03",
|
"author_avatar": "https://myforge.com/avatars/d6b3f7787a685fcdf2a44e2c685c7e03",
|
||||||
"author_email": "my@email.com",
|
"author_email": "my@email.com",
|
||||||
|
@ -47,7 +47,7 @@ WOODPECKER_CONFIG_SERVICE_ENDPOINT=https://example.com/ciconfig
|
|||||||
"updated": 0,
|
"updated": 0,
|
||||||
"version": 0
|
"version": 0
|
||||||
},
|
},
|
||||||
"build": {
|
"pipeline": {
|
||||||
"author": "myUser",
|
"author": "myUser",
|
||||||
"author_avatar": "https://myforge.com/avatars/d6b3f7787a685fcdf2a44e2c685c7e03",
|
"author_avatar": "https://myforge.com/avatars/d6b3f7787a685fcdf2a44e2c685c7e03",
|
||||||
"author_email": "my@email.com",
|
"author_email": "my@email.com",
|
||||||
|
Reference in New Issue
Block a user