Jithin Emmanuel
Jithin Emmanuel
@kumada626 We have few options 1. Use existing `SD_COVERAGE_PLUGIN_ENABLED` as feature flag and make add it to build defaults if pipeline is private pipeline. (Need code change to add it...
Hello @fhemberger Thanks for the update. We are looking to usie native aws sdk for S3 connections. So we will be removing the dependency once we get to this.
`startFrom` is already a part of the build event.
Related issues: https://github.com/screwdriver-cd/screwdriver/issues/1604 https://github.com/screwdriver-cd/screwdriver/issues/1900
This this a bug, I agree with the expected scenarios.
I think we need to move the Status column to the left of Build history (since both are related) and move the sorting interaction to the status column.
I thought order of items in the workflowGraph.nodes array is same as the order with which it's read from `screwdriver.yaml`. This [PR](https://github.com/screwdriver-cd/ui/pull/629#issue-520131299) seems to imply that, but it seems that...
@klu909 @adong
Another side effect of using an interactive shell is that programs like wget, git, webpack, npm all act differently when in an interactive TTY. Eg: `git diff` uses `less` for...
We have few options on where to store this extra info. Either as part of [default metadata](https://docs.screwdriver.cd/user-guide/metadata#default-metadata) - see the `commit.`entries. Or as [environment variables](https://docs.screwdriver.cd/user-guide/environment-variables#environment-variables-1) @tkyi @sagar1312 thoughts ^^ ?