python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gitlab failed pipeline when merging yaml file
I'm trying to merge a yaml file containing 7000 lines of swagger documentation into gitlab but the pipeline keeps failing. The failure is happening because there are no unit tests, but I'm not aware o...
ragu
Votes: 0
Answers: 1
How to add custom script statements to a gitlab job template?
I want to create a common .deploy template.
Every job that inherits from this template should be able to add some custom script logic in between the script from the inherited template. But how?
Exampl...
membersound
Votes: 0
Answers: 2
sh: 1: start-server-and-test: Permission denied
I'm trying to create a pipeline on git in combination with my cypress tests. Whenever I try to do this is ends with the error sh: 1: start-server-and-test: Permission denied. I've been googling for an...
Vymari
Votes: 0
Answers: 1
How to exclude tags with patterns in gitlab ci config
I have a gitlab repo and I am trying to create some tags on top of required commits. But my CICD library (included) is having a job (job1) in a stage which runs on every tag/branch/commit. I want to e...
newbie
Votes: 0
Answers: 2