docs: git retry, survey vars, and runner executor configuration - #4168
Draft
cursor[bot] wants to merge 1 commit into
Draft
docs: git retry, survey vars, and runner executor configuration#4168cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Denis Gukov <fiftin@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only update to the
semaphore-docssubmodule, covering recently shipped features and configuration gaps.Docs added/updated
docs/user-guide/task-templates/survey-vars.md): multi-select (select) type, text type, default values, environment-variable target, JSON array encoding for multi-select in all delivery paths, parsing examples for Bash/PowerShell/Pythondocs/user-guide/task-templates/README.md): per-template executor image override for Docker/Kubernetes runnersdocs/admin-guide/configuration.md,config-file.md,troubleshooting.md,faq/troubleshooting.md):git_attempts/SEMAPHORE_GIT_ATTEMPTS, exponential backoff behavior, troubleshooting for intermittent clone/pull failuresdocs/admin-guide/configuration.md,env-vars.md):SEMAPHORE_RUNNER_EXECUTORfor setting the full executor JSON blockCodepaths covered
db_lib/GitRepository.go— clone/pull retry with capped exponential backoffutil/config.go—GitAttempts/SEMAPHORE_GIT_ATTEMPTS,SEMAPHORE_RUNNER_EXECUTORservices/tasks/local_executor.go— survey variable targets and multi-select JSON encodingexecutor_imagefor Docker/K8s runnersKey knowledge gaps addressed
git_attempts)SEMAPHORE_RUNNER_EXECUTORwas implemented but missing from the configuration referenceVerification
npm run buildindocs/submodule)Submodule
semaphore-docsbranch:cursor/engineering-documentation-updates-0879(commitdde80b2)