gitlab dynamic child pipeline in downstream [file not found]
any solution?
Gitlab CI – Possible to start a cleanup job if create job fails before retyring create job again?
Start job -> Test Job -> Clean up job
Gitlab CI – Possible to start a cleanup job if create job fails before retyring create job again?
Start job -> Test Job -> Clean up job
Don’t have permission to view all the namespaces in the cluster
I tried to add gitlab-agent to the environment and select the namespace and flux customization there, but I get errors
Test console message to fail stage of yaml
I’m running a cordova command that can return ok but the output message show not ok.
I need to test the cordova console result and fail stage if found text could not write to dest file
on it.
Permission denied using gitlab runner
When accessing ec2-user directory it shows ‘Permission Denied’ using gitlab runner.
Job (or other mechanism) to trigger multiple other jobs (in the same pipeline) in GitLab CI?
We have a setup where we have many manual jobs to deploy to multiple environments, and 90% of the time, we only manually click and deploy one or two. But sometimes, we need to deploy all, and then we have to click a gazillion manual buttons. Any way to have a job that itself triggers other, otherwise manually triggered jobs ?
GITLAB – Multiproject connections (parent-child) , want to trigger a specific job/stage
I have two projects Project A and Project B and have stablished parent-child connections
When a job from parent project triggers it kicks off first stage/job of the child.
Conditionally display the drop-down list of values of a variable based the branch name GitLab pipeline
The variables:
section of my .gitlab-ci.yml
file has been constructed like below:
The react project I am working on does not use a public folder but some prompts in the .gitlab-ci.yml file – need help understandig the pipeline
I was given a template to work with that I can modify but I lack the necessary understanding about the pipeline.
If anyone has the time, I would appreciate (also partial) explanations how the pipeline constructs the public folder and how I could change the project so I can put other files in the public folder, too.
I want to put a js file into the public folder in case that is relevant.
The project is currently structured like this: