1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-04-23 11:07:35 +02:00

Rename build -> pipeline in docs for external configuration service (#2217)

This commit is contained in:
6543 2023-08-16 08:13:26 +02:00 committed by GitHub
parent 479e500b1b
commit f2e31c6770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",