Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.17`: - [[CI] Prevent console.log in pipeline.ts (#204724)](#204724) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alex Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-07T11:42:45Z","message":"[CI] Prevent console.log in pipeline.ts (#204724)\n\n## Summary\n~Logging to stdout from this file would result uploading the logged\nstring to buildkite as a pipeline definition, causing errors\n(https://buildkite.com/elastic/kibana-pull-request/builds/261721#0193d94b-f05c-41d6-9865-3d3c331a6cc4)~\n\nAdds an inline eslint rule to warn about `console.log/stdout` usage, as\nthis has happened before by oversight.\n\nOverlaps with: https://github.com/elastic/kibana/pull/204672\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ae6d0463192501f4a81ffbe58a85e5c87d9aaca8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v9.0.0","backport:prev-major"],"title":"[CI] Remove unwanted console.log from pipeline.ts","number":204724,"url":"https://github.com/elastic/kibana/pull/204724","mergeCommit":{"message":"[CI] Prevent console.log in pipeline.ts (#204724)\n\n## Summary\n~Logging to stdout from this file would result uploading the logged\nstring to buildkite as a pipeline definition, causing errors\n(https://buildkite.com/elastic/kibana-pull-request/builds/261721#0193d94b-f05c-41d6-9865-3d3c331a6cc4)~\n\nAdds an inline eslint rule to warn about `console.log/stdout` usage, as\nthis has happened before by oversight.\n\nOverlaps with: https://github.com/elastic/kibana/pull/204672\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ae6d0463192501f4a81ffbe58a85e5c87d9aaca8"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204724","number":204724,"mergeCommit":{"message":"[CI] Prevent console.log in pipeline.ts (#204724)\n\n## Summary\n~Logging to stdout from this file would result uploading the logged\nstring to buildkite as a pipeline definition, causing errors\n(https://buildkite.com/elastic/kibana-pull-request/builds/261721#0193d94b-f05c-41d6-9865-3d3c331a6cc4)~\n\nAdds an inline eslint rule to warn about `console.log/stdout` usage, as\nthis has happened before by oversight.\n\nOverlaps with: https://github.com/elastic/kibana/pull/204672\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"ae6d0463192501f4a81ffbe58a85e5c87d9aaca8"}}]}] BACKPORT--> Co-authored-by: Alex Szabo <[email protected]>
- Loading branch information