Keisuke Kumada
Keisuke Kumada
**What happened**: I can't rerun a build whose commit depth is deeper more than 50. **What you expected to happen**: I can rerun all builds even if that commit depth...
**What happened**: In a pipeline options tab, users can click job state toggle button even if users not have permission to the pipeline. After clicking button, a job state appears...
**What happened**: A pipeline that has more then 5 invalid admins is not triggered when commit or PR is created to the repo. This may because of the logic of...
**What happened**: `templates` schema has `parameters` property. However, this property is null even if the template has parameters. ``` id: 1687 config: {"image":"node:16","steps":[{"step_print_template_parameters":"echo templateParam = $(meta get parameters.templateParam)\necho templateParamP =...
**What happened**: We found that some processes do not stop after build timeout and continue to run. Therefore, the teardown step displays the output of processes that are running continuously....
**What happened**: Screwdriver.cd is using Node.js v12. It will be EOL in 2022-04-30. We should use LTS Node.js versions v14 or v16. **What you expected to happen**: Screwdriver.cd uses Node.js...
**What happened**: When we enable `queueWebhook` feature and the scm response is slow(e.g. because of high load), multiple webhook triggered events are created. If the scm response is slow, API...
**What happened**: The code in the private pipeline should not be seen by anyone other than permitted users. However, if the private pipeline use coverage feature, Screwdriver sends the private...
**What happened**: We want to know event label in the build detail page. Event Labels: https://docs.screwdriver.cd/user-guide/metadata#event-labels **What you expected to happen**: If the event has label, we'd like to what...
**What happened**: Screwdriver UI is built on Ember.js v4.11 But v4.12 will be stoped update bugfix on January 22, 2024 and security patch on May 27, 2024. https://emberjs.com/releases/lts/ **What you...