docs icon indicating copy to clipboard operation
docs copied to clipboard

Semaphore 2.0 documentation.

Results 45 docs issues
Sort by recently updated
recently updated
newest added

https://docs.semaphoreci.com/ci-cd-environment/job-environment/ "the agent itself can run inside a docker container." This page should document or point to another page on where the images for the agent are available and any...

Are setup includes 7 blocks each without any dependencies, so they run in parallel. However, when a single job fails and we click the Re-Run button in the Semaphore UI...

schemastore.org is tracking JSON schemas. RedHat's yaml-language-server supports JSON schema parsing for YAML files pulled from schemastore.org. Many systems are using it now: GitHub's actions and workflows, graphql-code-generator's codegen.yml, CircleCI's...

A new customer has reported this as one of the small issues they faced while setting up their first project. They wanted to set up parallel blocks, and don't recall...

use case

Minor detail, but our pipelines are now curvy: Previously, they were blocky. --- One more change will be introduced in the design. We will update the docs in one step.

Coming from https://github.com/renderedtext/issues/issues/3174 We'd need to update our docs to avoid using this env var. What could be added instead? Any ideas?

Feedback from a customer: > I came across https://docs.semaphoreci.com/article/81-docker-layer-caching#about---cache-from. My Dockerfile uses multiple FROM, a.k.a. multi stage build image. By default --cache-from will not fully work with that. I manage...

Add information on what is available when you want to run Docker-in-Docker as well as how to do it. It's based on [the feedback a customer provided ](https://github.com/renderedtext/issues/issues/2796).

Please update the docs so more light is shed to cover cases like [this one](https://github.com/renderedtext/issues/issues/2877). > I'm trying to get our network team to relax security so we can ssh...