Is there any CI skip option present in GitLab CI?

317    Asked by Bhaanumatishukla in Salesforce , Asked on Sep 11, 2023

While debugging the use of a report creator, I just remembered that I needed to add a line of code, and now I want to edit the code without instigating the build pipeline. I can write ci skip in the commit pipeline to pass any pipeline execution in Jenkins CI. But I want to use GitLab CI. Is the mechanism the same for GitLab CI? 

Answered by Chris EVANS

 If the commit message contains GitLab skip CI or skip CI using capitalization, a commit will be formed, and the pipeline will be skipped.


Your Answer

Interviews

Parent Categories