cds icon indicating copy to clipboard operation
cds copied to clipboard

Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform

Results 149 cds issues
Sort by recently updated
recently updated
newest added

Hello, We currently have a retention rule by default, that can be override on a workflow. It can be nice if we can set a default retention rule per project....

Response of '/auth/consumer/local/signin' API will set cookie for other APIs authentication. Property secure of the cookie is set. This only support https schema. Here is relevant source code in tag...

Hello, In the sidebar, the timer duration is calculated since the first run. For example, if I run a workflow on monday, and I re-launch it on tuesday, the timer...

It could be great to leave a comment or a tag to a (scheduled) run, like : "checked", "not interesting this time" or "big issue here".

feature

I have configured LDAP login. I can normally login. but I usage username a login . profile is display username a. I usage username b login. profile is display username...

I have a specific pipeline configuration where i need to have some inter services communication. Indeed, I need to use a nginx / php-fpm stack for my Symfony application and...

I started a pipeline and when I look into the wroker log I see that I cannot connect to the CDn for logging. Here is my log: ``` 2021-11-13 07:13:35...

In the swarm hatchery log, an error is raised because no configuration exists in the CDN microservice for a TCP connection: ``` 2021-11-12 10:25:00 [INFO] hatchery> swarm> connecting to sample-docker-engine:...

I am trying to create a pipeline where my tests require to use some external services (e.g. database, Redis, ...). I created a service requiring a worker model and 3...

When defining some options for a service, the CDS variables are not expanded. As an example: ``` version: v1.0 name: deploy-backend description: Deploy the application backend jobs: - job: Setup...

bug