lenra-io / lenra-io/server

Cancel a pending build

Open
#74 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Elixir
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

  • Add a check in API to prevent new build if the previous one is not finished/failed
  • Add a check to gitlab runner return to check if the build is in pending mode. Otherwise, return an error.
  • Add an API to cancel a pending build
    • If the build is on success/failure, return an error
    • If the build is on pending, try to cancel the previous one in gitlab and set the result to failure.

_Originally posted by @Nesqwik in https://github.com/lenra-io/client-backoffice/issues/23

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the API that creates builds and the GitLab runner return handling. Trace how pending, success, and failure states are stored, then identify the existing build API entry points involved. Done means new builds are blocked while one is pending, pending builds can be cancelled through GitLab, and invalid state transitions return errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
api, backend, ci-cd
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.