woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.1k stars 354 forks source link

Prevent workflow depends_on dead-lock #2685

Open anbraten opened 10 months ago

anbraten commented 10 months ago

In case two workflows depend on each another we currently get a dead-lock with tasks in queue that will never disappear again. This also works in case a workflow depends on itself.

6543 commented 10 months ago

version: 52163b9a3e

image

we should never let such dep be added in the first place

workaround:

add option to delete queue from webui if user.is_admin

data details

the tasks data ```json [ { "id": "33858", "config": { "pipeline": [ { "name": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_clone", "uuid": "55517b6b-e3d6-4f57-88db-6a8e5477772e", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "correct config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_default" } ], "volumes": [ { "name": "wp_01hcwpbtq5z8d8fb8dnebs2y4s_0_default" } ] }, "timeout": 60 }, { "id": "33859", "config": { "pipeline": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_clone", "uuid": "e1fb2cf7-3fd1-4919-96b3-efcea140438e", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "correct config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbtq6mepyan90b30y9hmn_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpbtq6mepyan90b30y9hmn_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_stage_0", "alias": "prettier", "steps": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_step_0", "uuid": "472cc0e4-78e2-4dc1-aae5-884cea16b07c", "type": "plugin", "alias": "prettier", "image": "woodpeckerci/plugin-prettier:next", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "correct config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbtq6mepyan90b30y9hmn_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier" }, "volumes": [ "wp_01hcwpbtq6mepyan90b30y9hmn_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_default", "aliases": [ "prettier" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_default" } ], "volumes": [ { "name": "wp_01hcwpbtq6mepyan90b30y9hmn_0_default" } ] }, "timeout": 60 }, { "id": "33860", "config": { "pipeline": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_clone", "uuid": "665b626e-816c-452d-8789-1a69337b1dfe", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_stage_0", "alias": "dryrun", "steps": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_step_0", "uuid": "a6eb73b4-6299-4ee1-818e-50a41408ddaa", "type": "plugin", "alias": "dryrun", "image": "woodpeckerci/plugin-docker-buildx:2.1.0", "privileged": true, "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DOCKERFILE": "Dockerfile", "PLUGIN_DRY_RUN": "true", "PLUGIN_PLATFORMS": "linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le", "PLUGIN_REPO": "woodpeckerci/plugin-prettier", "PLUGIN_TAG": "test", "PLUGIN_USERNAME": "woodpeckerbot" }, "volumes": [ "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default", "aliases": [ "dryrun" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default" } ], "volumes": [ { "name": "wp_01hcwpbwx7t1f01aft2s9adz8f_0_default" } ] }, "timeout": 60 }, { "id": "33861", "config": { "pipeline": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_clone", "uuid": "d6108234-a342-4fd0-a3b5-6b6ae2f1606a", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_stage_0", "alias": "prettier", "steps": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_step_0", "uuid": "93d65240-328e-4e2c-9262-8b46a8d050f9", "type": "plugin", "alias": "prettier", "image": "woodpeckerci/plugin-prettier:next", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "5956f876e679ba9ed3349f8ad2f98e0b2f4f4ec2", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier" }, "volumes": [ "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default", "aliases": [ "prettier" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default" } ], "volumes": [ { "name": "wp_01hcwpbwx8rmn252xg4pm8c1vs_0_default" } ] }, "timeout": 60 }, { "id": "33862", "config": { "pipeline": [ { "name": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_clone", "uuid": "26f6ecbc-1b7f-4996-869a-b1b7594de8cf", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "fix config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_default" } ], "volumes": [ { "name": "wp_01hcwpeed58fn2xrgwzcxw4vb5_0_default" } ] }, "timeout": 60 }, { "id": "33863", "config": { "pipeline": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_clone", "uuid": "21e5bcd1-d5fd-41e1-9beb-b2b6279e8af4", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "fix config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_stage_0", "alias": "prettier", "steps": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_step_0", "uuid": "2fb1dc04-09ae-48f8-b1e2-70a8b1d066d7", "type": "plugin", "alias": "prettier", "image": "woodpeckerci/plugin-prettier:next", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "anton@ju60.de", "CI_COMMIT_BRANCH": "fix-dockerfile", "CI_COMMIT_MESSAGE": "fix config", "CI_COMMIT_PULL_REQUEST": "", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/heads/fix-dockerfile", "CI_COMMIT_REFSPEC": "", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "push", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/commit/a2832ef85d795f7f6985a6f779024b74a466584e", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier" }, "volumes": [ "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default", "aliases": [ "prettier" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default" } ], "volumes": [ { "name": "wp_01hcwpeed58fn2xrgwzfn0wfzj_0_default" } ] }, "timeout": 60 }, { "id": "33864", "config": { "pipeline": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_clone", "uuid": "e2c3c606-5b21-441a-a54f-8582eff1b9a1", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpegdfces6fbtft20wtezp_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpegdfces6fbtft20wtezp_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_stage_0", "alias": "dryrun", "steps": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_step_0", "uuid": "17680b59-5123-4d5c-9e0e-33bb2b2718e9", "type": "plugin", "alias": "dryrun", "image": "woodpeckerci/plugin-docker-buildx:2.1.0", "privileged": true, "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpegdfces6fbtft20wtezp_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "release", "CI_WORKFLOW_NUMBER": "1", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DOCKERFILE": "Dockerfile", "PLUGIN_DRY_RUN": "true", "PLUGIN_PLATFORMS": "linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le", "PLUGIN_REPO": "woodpeckerci/plugin-prettier", "PLUGIN_TAG": "test", "PLUGIN_USERNAME": "woodpeckerbot" }, "volumes": [ "wp_01hcwpegdfces6fbtft20wtezp_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_default", "aliases": [ "dryrun" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_default" } ], "volumes": [ { "name": "wp_01hcwpegdfces6fbtft20wtezp_0_default" } ] }, "timeout": 60 }, { "id": "33865", "config": { "pipeline": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_clone", "uuid": "5e26a916-3d57-4fa2-a02c-0b4bfddcedf0", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpegdgdzbq27cx7489wpq3_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hcwpegdgdzbq27cx7489wpq3_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_stage_0", "alias": "prettier", "steps": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_step_0", "uuid": "4ad43b41-9457-473c-8b8b-963960c68cd6", "type": "plugin", "alias": "prettier", "image": "woodpeckerci/plugin-prettier:next", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "anbraten", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/6918444?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "fix dockerfile and add prettier test", "CI_COMMIT_PULL_REQUEST": "2", "CI_COMMIT_PULL_REQUEST_LABELS": "bug", "CI_COMMIT_REF": "refs/pull/2/head", "CI_COMMIT_REFSPEC": "fix-dockerfile:main", "CI_COMMIT_SHA": "a2832ef85d795f7f6985a6f779024b74a466584e", "CI_COMMIT_SOURCE_BRANCH": "fix-dockerfile", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/plugin-prettier/pull/2", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/plugin-prettier", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/plugin-prettier.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/plugin-prettier.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "plugin-prettier", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "705755188", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/plugin-prettier", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hcwpegdgdzbq27cx7489wpq3_0_step_0", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-f54cc2f853", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/plugin-prettier" }, "volumes": [ "wp_01hcwpegdgdzbq27cx7489wpq3_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_default", "aliases": [ "prettier" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_default" } ], "volumes": [ { "name": "wp_01hcwpegdgdzbq27cx7489wpq3_0_default" } ] }, "timeout": 60 }, { "id": "37654", "config": { "pipeline": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_clone", "alias": "clone", "steps": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_clone", "uuid": "bff98d15-62da-4cf9-aea3-150d95e67c3c", "type": "clone", "alias": "clone", "image": "docker.io/woodpeckerci/plugin-git:2.1.1", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/autoscaler", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "woodpecker-bot", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/89799003?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "🎉 Release 0.2.0", "CI_COMMIT_PULL_REQUEST": "55", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/pull/55/head", "CI_COMMIT_REFSPEC": "next-release/main:main", "CI_COMMIT_SHA": "3ef4f70bcc2d94f5f40b67c367a05c62fcfd7d8b", "CI_COMMIT_SOURCE_BRANCH": "next-release/main", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/autoscaler/pull/55", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/autoscaler/pull/55", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/autoscaler", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/autoscaler.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/autoscaler.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "autoscaler", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "616844540", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/autoscaler", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_clone", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-52163b9a3e", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/autoscaler", "PLUGIN_DEPTH": "0" }, "volumes": [ "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default", "aliases": [ "clone" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] }, { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_stage_1", "alias": "lint-editorconfig", "steps": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_step_1", "uuid": "f8502ff0-8575-41d8-826e-51d074bbbea8", "type": "plugin", "alias": "lint-editorconfig", "image": "mstruebing/editorconfig-checker:2.7.2", "working_dir": "/woodpecker/src/github.com/woodpecker-ci/autoscaler", "environment": { "CI": "woodpecker", "CI_COMMIT_AUTHOR": "woodpecker-bot", "CI_COMMIT_AUTHOR_AVATAR": "https://avatars.githubusercontent.com/u/89799003?v=4", "CI_COMMIT_AUTHOR_EMAIL": "", "CI_COMMIT_BRANCH": "main", "CI_COMMIT_MESSAGE": "🎉 Release 0.2.0", "CI_COMMIT_PULL_REQUEST": "55", "CI_COMMIT_PULL_REQUEST_LABELS": "", "CI_COMMIT_REF": "refs/pull/55/head", "CI_COMMIT_REFSPEC": "next-release/main:main", "CI_COMMIT_SHA": "3ef4f70bcc2d94f5f40b67c367a05c62fcfd7d8b", "CI_COMMIT_SOURCE_BRANCH": "next-release/main", "CI_COMMIT_TAG": "", "CI_COMMIT_TARGET_BRANCH": "main", "CI_COMMIT_URL": "https://github.com/woodpecker-ci/autoscaler/pull/55", "CI_FORGE_TYPE": "github", "CI_FORGE_URL": "https://github.com", "CI_PIPELINE_CREATED": "0", "CI_PIPELINE_DEPLOY_TARGET": "", "CI_PIPELINE_EVENT": "pull_request", "CI_PIPELINE_FINISHED": "0", "CI_PIPELINE_NUMBER": "0", "CI_PIPELINE_PARENT": "0", "CI_PIPELINE_STARTED": "0", "CI_PIPELINE_STATUS": "pending", "CI_PIPELINE_URL": "https://github.com/woodpecker-ci/autoscaler/pull/55", "CI_PREV_COMMIT_AUTHOR": "", "CI_PREV_COMMIT_AUTHOR_AVATAR": "", "CI_PREV_COMMIT_AUTHOR_EMAIL": "", "CI_PREV_COMMIT_BRANCH": "", "CI_PREV_COMMIT_MESSAGE": "", "CI_PREV_COMMIT_REF": "", "CI_PREV_COMMIT_REFSPEC": "", "CI_PREV_COMMIT_SHA": "", "CI_PREV_COMMIT_URL": "", "CI_PREV_PIPELINE_CREATED": "0", "CI_PREV_PIPELINE_DEPLOY_TARGET": "", "CI_PREV_PIPELINE_EVENT": "", "CI_PREV_PIPELINE_FINISHED": "0", "CI_PREV_PIPELINE_NUMBER": "0", "CI_PREV_PIPELINE_PARENT": "0", "CI_PREV_PIPELINE_STARTED": "0", "CI_PREV_PIPELINE_STATUS": "", "CI_PREV_PIPELINE_URL": "", "CI_REPO": "woodpecker-ci/autoscaler", "CI_REPO_CLONE_SSH_URL": "git@github.com:woodpecker-ci/autoscaler.git", "CI_REPO_CLONE_URL": "https://github.com/woodpecker-ci/autoscaler.git", "CI_REPO_DEFAULT_BRANCH": "main", "CI_REPO_NAME": "autoscaler", "CI_REPO_OWNER": "woodpecker-ci", "CI_REPO_PRIVATE": "false", "CI_REPO_REMOTE_ID": "616844540", "CI_REPO_SCM": "git", "CI_REPO_TRUSTED": "false", "CI_REPO_URL": "https://github.com/woodpecker-ci/autoscaler", "CI_STEP_FINISHED": "", "CI_STEP_NAME": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_step_1", "CI_STEP_NUMBER": "0", "CI_STEP_STARTED": "", "CI_STEP_STATUS": "", "CI_SYSTEM_HOST": "ci.woodpecker-ci.org", "CI_SYSTEM_NAME": "woodpecker", "CI_SYSTEM_PLATFORM": "", "CI_SYSTEM_URL": "https://ci.woodpecker-ci.org", "CI_SYSTEM_VERSION": "next-52163b9a3e", "CI_WORKFLOW_NAME": "test", "CI_WORKFLOW_NUMBER": "2", "CI_WORKSPACE": "/woodpecker/src/github.com/woodpecker-ci/autoscaler" }, "volumes": [ "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default:/woodpecker" ], "networks": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default", "aliases": [ "lint-editorconfig" ] } ], "on_success": true, "failure": "fail", "auth_config": {}, "backend_options": { "kubernetes": { "resouces": {} } } } ] } ], "networks": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default" } ], "volumes": [ { "name": "wp_01hf5njcbamrrhn3fj88v2b9ng_0_default" } ] }, "timeout": 60 } ] ```
anbraten commented 10 months ago

Should be pretty easy to prevent using the new linter. In our case I would just drop the queue manually via SQL.

6543 commented 10 months ago

Should be pretty easy to prevent using the new linter. In our case I would just drop the queue manually via SQL.

already done so

anbraten commented 9 months ago

Similar check was recently added to #2771