Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TIDO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 113
    • Issues 113
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • emoemo
  • TIDO
  • Issues
  • #234
Closed
Open
Issue created Apr 27, 2021 by Michelle Weidling@mrodzis💪Owner1 of 1 checklist item completed1/1 checklist item

CI: finetune pipelines after removing entry points

Bugs

Description

After removing the entry point in index.html, all stages of the current pipeline should be aborted.

I expected the following to happen

After removing the entry point in index.html, all stages of the current pipeline should be aborted.

On the contrary, I observed

Only the build stage is omitted, while the process still tries to create a page in the pages job. This results in an error because the site hasn't been built in the first place.

How to reproduce the bug

Steps:

  • create a branch that has an entry point set in index.html
  • merge this branch to develop
  • the pages job fails, but the pipeline is fixed by the next pipeline triggered by the automatic commit

Severity

How much impact does this bug have on the product or further development?

  • Minor

Related Tickets

Cf. #203 (closed)

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Assignee
Assign to
Time tracking